Html Css Color HEX #85654C Dark Wood

📋 copy color: '#85654C'

red 133 ◦ green 101 ◦ blue 76

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

Shades of Dark Wood #85654C

Tints of Dark Wood #85654C

RGB

 RED value IS 133 (52.34% from 255) = 42.9%

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 42.9%
G = 32.58%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85654C (or 0x85654C) is known color: Dark Wood. HEX triplet: 85, 65 and 4C. RGB value is (133,101,76). Sum of RGB (Red+Green+Blue) = 133+101+76=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85654C is #7A9AB3. Grayscale: #6B6B6B. Windows color (decimal): -8034996 or 5006725. OLE color: 5006725.

HSL color Cylindrical-coordinate representation of color #85654C: hue angle of 26.32º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85654C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 76 -
CMYK 0 0.24 0.43 0.48
HSL 26.32º 0.27% 0.41% -
HSV(B) 26.32º 0.43% 0.52% -
XYZ 15.63 14.82 8.87 -
YUV 107.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 133 101 76 0 0.24 0.43 0.48 26.32 0.27 0.41
Hex 85 65 4C 0 18 2B 30 1A 1B 29
Octal 205 145 114 0 30 53 60 32 33 51
Binary 10000101 1100101 1001100 0 11000 101011 110000 11010 11011 101001

Color Harmonies of #85654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85654C

Black with #85654C

Text Example


Text Example

White with #85654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85654C; }

 p { color: rgb(133,101,76); }

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

background-color css

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

 a { background-color: rgb(133,101,76); }

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

border-color css

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

 span { border-color: rgb(133,101,76); }

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