#D6813B

Color #D6813B Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D6813B

Tints of Peru #D6813B

Color information

#D6813B (or 0xD6813B) is unknown color: approx Peru. HEX triplet: D6, 81 and 3B. RGB value is (214,129,59). Sum of RGB (Red+Green+Blue) = 214+129+59=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6813B is #297EC4. Grayscale: #929292. Windows color (decimal): -2719429 or 3899862. OLE color: 3899862.

HSL color Cylindrical-coordinate representation of color #D6813B: hue angle of 27.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6813B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21412959-
CMYK00.400.720.16
HSL27.1º65.4%53.53%-
HSV(B)27.1º72.43%83.92%-
XYZ36.3730.318.07-
YUV146.4478.66176.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=53.23%
G=32.09%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141295900.400.720.1627.165.453.53
HexD6813B02848101b4136
Octal32620173050110203310166
Binary11010110100000011110110101000100100010000110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6813B; }

 p { color: rgb(214,129,59); }

 H1.HeaderClassName
 {
   color: #D6813B;
 }
 .AnyTagClassName
 {
   color: #D6813B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,129,59); }

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

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

 span { border-color: rgb(214,129,59); }

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