Html Css Color HEX #D6853B Peru

📋 copy color: '#D6853B'

red 214 ◦ green 133 ◦ blue 59

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

Shades of Peru #D6853B

Tints of Peru #D6853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 59 (23.44% from 255) = 14.53%

R = 52.71%
G = 32.76%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6853B (or 0xD6853B) is known color: Peru. HEX triplet: D6, 85 and 3B. RGB value is (214,133,59). Sum of RGB (Red+Green+Blue) = 214+133+59=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6853B is #297AC4. Grayscale: #959595. Windows color (decimal): -2718405 or 3900886. OLE color: 3900886.

HSL color Cylindrical-coordinate representation of color #D6853B: hue angle of 28.65º 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 #D6853B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 59 -
CMYK 0 0.38 0.72 0.16
HSL 28.65º 0.65% 0.54% -
HSV(B) 28.65º 0.72% 0.84% -
XYZ 36.91 31.39 8.25 -
YUV 148.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 214 133 59 0 0.38 0.72 0.16 28.65 0.65 0.54
Hex D6 85 3B 0 26 48 10 1D 41 36
Octal 326 205 73 0 46 110 20 35 101 66
Binary 11010110 10000101 111011 0 100110 1001000 10000 11101 1000001 110110

Color Harmonies of #D6853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6853B

Black with #D6853B

Text Example


Text Example

White with #D6853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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