Html Css Color HEX #C68849 Peru

📋 copy color: '#C68849'

red 198 ◦ green 136 ◦ blue 73

#C68849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #C68849

Tints of Peru #C68849

RGB

 RED value IS 198 (77.73% from 255) = 48.65%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 48.65%
G = 33.42%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68849 (or 0xC68849) is known color: Peru. HEX triplet: C6, 88 and 49. RGB value is (198,136,73). Sum of RGB (Red+Green+Blue) = 198+136+73=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C68849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68849 is #3977B6. Grayscale: #939393. Windows color (decimal): -3766199 or 4819142. OLE color: 4819142.

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

Color convert

RGB 198 136 73 -
CMYK 0 0.31 0.63 0.22
HSL 30.24º 0.52% 0.53% -
HSV(B) 30.24º 0.63% 0.78% -
XYZ 33.3 30.1 10.36 -
YUV 147.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 198 136 73 0 0.31 0.63 0.22 30.24 0.52 0.53
Hex C6 88 49 0 1F 3F 16 1E 34 35
Octal 306 210 111 0 37 77 26 36 64 65
Binary 11000110 10001000 1001001 0 11111 111111 10110 11110 110100 110101

Color Harmonies of #C68849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68849

Black with #C68849

Text Example


Text Example

White with #C68849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68849; }

 p { color: rgb(198,136,73); }

 H1.HeaderClassName
 {
   color: #C68849;
 }
 .AnyTagClassName
 {
   color: #C68849;
 }
</style>

background-color css

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

 a { background-color: rgb(198,136,73); }

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

border-color css

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

 span { border-color: rgb(198,136,73); }

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