#C68748

Color #C68748 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #C68748

Tints of Peru #C68748

Color information

#C68748 (or 0xC68748) is unknown color: approx Peru. HEX triplet: C6, 87 and 48. RGB value is (198,135,72). Sum of RGB (Red+Green+Blue) = 198+135+72=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C68748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68748 is #3978B7. Grayscale: #929292. Windows color (decimal): -3766456 or 4753350. OLE color: 4753350.

HSL color Cylindrical-coordinate representation of color #C68748: hue angle of 30º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C68748 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19813572-
CMYK00.320.640.22
HSL30º52.5%52.94%-
HSV(B)30º63.64%77.65%-
XYZ33.1229.810.14-
YUV146.6685.87164.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=48.89%
G=33.33%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981357200.320.640.223052.552.94
HexC6874802040161e3535
Octal30620711004010026366565
Binary11000110100001111001000010000010000001011011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68748; }

 p { color: rgb(198,135,72); }

 H1.HeaderClassName
 {
   color: #C68748;
 }
 .AnyTagClassName
 {
   color: #C68748;
 }
</style>
background-color css

<style>
 a { background-color: #C68748; }

 a { background-color: rgb(198,135,72); }

 div.DivClassName
 {
   background-color: #C68748;
 }
 .BgClassName
 {
   background-color: #C68748;
 }
</style>
border-color css

<style>
 span { border-color: #C68748; }

 span { border-color: rgb(198,135,72); }

 td.TdClassName
 {
   border-color: #C68748;
 }
 .TagClassName
 {
   border-color: #C68748;
 }
</style>