Html Css Color HEX #C68440 Peru

📋 copy color: '#C68440'

red 198 ◦ green 132 ◦ blue 64

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

Shades of Peru #C68440

Tints of Peru #C68440

RGB

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

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

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

R = 50.25%
G = 33.5%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C68440 (or 0xC68440) is known color: Peru. HEX triplet: C6, 84 and 40. RGB value is (198,132,64). Sum of RGB (Red+Green+Blue) = 198+132+64=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C68440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68440 is #397BBF. Grayscale: #909090. Windows color (decimal): -3767232 or 4228294. OLE color: 4228294.

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

Color convert

RGB 198 132 64 -
CMYK 0 0.33 0.68 0.22
HSL 30.45º 0.54% 0.51% -
HSV(B) 30.45º 0.68% 0.78% -
XYZ 32.47 28.88 8.71 -
YUV 143.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 198 132 64 0 0.33 0.68 0.22 30.45 0.54 0.51
Hex C6 84 40 0 21 44 16 1E 36 33
Octal 306 204 100 0 41 104 26 36 66 63
Binary 11000110 10000100 1000000 0 100001 1000100 10110 11110 110110 110011

Color Harmonies of #C68440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68440

Black with #C68440

Text Example


Text Example

White with #C68440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68440; }

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

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

background-color css

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

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

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

border-color css

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

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

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