Html Css Color HEX #C68340 Peru

📋 copy color: '#C68340'

red 198 ◦ green 131 ◦ blue 64

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

Shades of Peru #C68340

Tints of Peru #C68340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 50.38%
G = 33.33%
B = 16.28%

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

#C68340 (or 0xC68340) is known color: Peru. HEX triplet: C6, 83 and 40. RGB value is (198,131,64). Sum of RGB (Red+Green+Blue) = 198+131+64=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C68340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68340 is #397CBF. Grayscale: #8F8F8F. Windows color (decimal): -3767488 or 4228038. OLE color: 4228038.

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

Color convert

RGB 198 131 64 -
CMYK 0 0.34 0.68 0.22
HSL 30º 0.54% 0.51% -
HSV(B) 30º 0.68% 0.78% -
XYZ 32.33 28.61 8.67 -
YUV 143.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 198 131 64 0 0.34 0.68 0.22 30 0.54 0.51
Hex C6 83 40 0 22 44 16 1E 36 33
Octal 306 203 100 0 42 104 26 36 66 63
Binary 11000110 10000011 1000000 0 100010 1000100 10110 11110 110110 110011

Color Harmonies of #C68340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68340

Black with #C68340

Text Example


Text Example

White with #C68340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68340; }

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

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

background-color css

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

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

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

border-color css

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

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

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