Html Css Color HEX #D6873A Peru

📋 copy color: '#D6873A'

red 214 ◦ green 135 ◦ blue 58

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

Shades of Peru #D6873A

Tints of Peru #D6873A

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 52.58%
G = 33.17%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6873A (or 0xD6873A) is known color: Peru. HEX triplet: D6, 87 and 3A. RGB value is (214,135,58). Sum of RGB (Red+Green+Blue) = 214+135+58=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6873A is #2978C5. Grayscale: #969696. Windows color (decimal): -2717894 or 3835862. OLE color: 3835862.

HSL color Cylindrical-coordinate representation of color #D6873A: hue angle of 29.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6873A is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 58 -
CMYK 0 0.37 0.73 0.16
HSL 29.62º 0.66% 0.53% -
HSV(B) 29.62º 0.73% 0.84% -
XYZ 37.16 31.93 8.21 -
YUV 149.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 214 135 58 0 0.37 0.73 0.16 29.62 0.66 0.53
Hex D6 87 3A 0 25 49 10 1E 42 35
Octal 326 207 72 0 45 111 20 36 102 65
Binary 11010110 10000111 111010 0 100101 1001001 10000 11110 1000010 110101

Color Harmonies of #D6873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6873A

Black with #D6873A

Text Example


Text Example

White with #D6873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6873A; }

 p { color: rgb(214,135,58); }

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

background-color css

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

 a { background-color: rgb(214,135,58); }

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

border-color css

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

 span { border-color: rgb(214,135,58); }

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