Html Css Color HEX #C68444 Peru

📋 copy color: '#C68444'

red 198 ◦ green 132 ◦ blue 68

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

Shades of Peru #C68444

Tints of Peru #C68444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 49.75%
G = 33.17%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C68444 (or 0xC68444) is known color: Peru. HEX triplet: C6, 84 and 44. RGB value is (198,132,68). Sum of RGB (Red+Green+Blue) = 198+132+68=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68444 is #397BBB. Grayscale: #909090. Windows color (decimal): -3767228 or 4490438. OLE color: 4490438.

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

Color convert

RGB 198 132 68 -
CMYK 0 0.33 0.66 0.22
HSL 29.54º 0.53% 0.52% -
HSV(B) 29.54º 0.66% 0.78% -
XYZ 32.58 28.93 9.33 -
YUV 144.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 198 132 68 0 0.33 0.66 0.22 29.54 0.53 0.52
Hex C6 84 44 0 21 42 16 1E 35 34
Octal 306 204 104 0 41 102 26 36 65 64
Binary 11000110 10000100 1000100 0 100001 1000010 10110 11110 110101 110100

Color Harmonies of #C68444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68444

Black with #C68444

Text Example


Text Example

White with #C68444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68444; }

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

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

background-color css

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

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

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

border-color css

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

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

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