Html Css Color HEX #C68649 Peru

📋 copy color: '#C68649'

red 198 ◦ green 134 ◦ blue 73

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

Shades of Peru #C68649

Tints of Peru #C68649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

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

R = 48.89%
G = 33.09%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68649 (or 0xC68649) is known color: Peru. HEX triplet: C6, 86 and 49. RGB value is (198,134,73). Sum of RGB (Red+Green+Blue) = 198+134+73=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C68649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68649 is #3979B6. Grayscale: #929292. Windows color (decimal): -3766711 or 4818630. OLE color: 4818630.

HSL color Cylindrical-coordinate representation of color #C68649: hue angle of 29.28º 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 #C68649 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 73 -
CMYK 0 0.32 0.63 0.22
HSL 29.28º 0.52% 0.53% -
HSV(B) 29.28º 0.63% 0.78% -
XYZ 33.02 29.54 10.26 -
YUV 146.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 198 134 73 0 0.32 0.63 0.22 29.28 0.52 0.53
Hex C6 86 49 0 20 3F 16 1D 34 35
Octal 306 206 111 0 40 77 26 35 64 65
Binary 11000110 10000110 1001001 0 100000 111111 10110 11101 110100 110101

Color Harmonies of #C68649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68649

Black with #C68649

Text Example


Text Example

White with #C68649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68649; }

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

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

background-color css

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

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

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

border-color css

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

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

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