Html Css Color HEX #C68446 Peru

📋 copy color: '#C68446'

red 198 ◦ green 132 ◦ blue 70

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

Shades of Peru #C68446

Tints of Peru #C68446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 49.5%
G = 33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68446 (or 0xC68446) is known color: Peru. HEX triplet: C6, 84 and 46. RGB value is (198,132,70). Sum of RGB (Red+Green+Blue) = 198+132+70=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68446 is #397BB9. Grayscale: #909090. Windows color (decimal): -3767226 or 4621510. OLE color: 4621510.

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

Color convert

RGB 198 132 70 -
CMYK 0 0.33 0.65 0.22
HSL 29.06º 0.53% 0.53% -
HSV(B) 29.06º 0.65% 0.78% -
XYZ 32.65 28.95 9.66 -
YUV 144.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 198 132 70 0 0.33 0.65 0.22 29.06 0.53 0.53
Hex C6 84 46 0 21 41 16 1D 35 35
Octal 306 204 106 0 41 101 26 35 65 65
Binary 11000110 10000100 1000110 0 100001 1000001 10110 11101 110101 110101

Color Harmonies of #C68446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68446

Black with #C68446

Text Example


Text Example

White with #C68446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68446; }

 p { color: rgb(198,132,70); }

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

background-color css

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

 a { background-color: rgb(198,132,70); }

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

border-color css

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

 span { border-color: rgb(198,132,70); }

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