Html Css Color HEX #C68240 Peru

📋 copy color: '#C68240'

red 198 ◦ green 130 ◦ blue 64

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

Shades of Peru #C68240

Tints of Peru #C68240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 50.51%
G = 33.16%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C68240 (or 0xC68240) is known color: Peru. HEX triplet: C6, 82 and 40. RGB value is (198,130,64). Sum of RGB (Red+Green+Blue) = 198+130+64=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C68240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68240 is #397DBF. Grayscale: #8F8F8F. Windows color (decimal): -3767744 or 4227782. OLE color: 4227782.

HSL color Cylindrical-coordinate representation of color #C68240: hue angle of 29.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C68240 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 64 -
CMYK 0 0.34 0.68 0.22
HSL 29.55º 0.54% 0.51% -
HSV(B) 29.55º 0.68% 0.78% -
XYZ 32.2 28.34 8.62 -
YUV 142.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 198 130 64 0 0.34 0.68 0.22 29.55 0.54 0.51
Hex C6 82 40 0 22 44 16 1E 36 33
Octal 306 202 100 0 42 104 26 36 66 63
Binary 11000110 10000010 1000000 0 100010 1000100 10110 11110 110110 110011

Color Harmonies of #C68240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68240

Black with #C68240

Text Example


Text Example

White with #C68240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68240; }

 p { color: rgb(198,130,64); }

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

background-color css

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

 a { background-color: rgb(198,130,64); }

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

border-color css

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

 span { border-color: rgb(198,130,64); }

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