Html Css Color HEX #856644 Dark Wood

📋 copy color: '#856644'

red 133 ◦ green 102 ◦ blue 68

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

Shades of Dark Wood #856644

Tints of Dark Wood #856644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 43.89%
G = 33.66%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#856644 (or 0x856644) is known color: Dark Wood. HEX triplet: 85, 66 and 44. RGB value is (133,102,68). Sum of RGB (Red+Green+Blue) = 133+102+68=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856644 is #7A99BB. Grayscale: #6B6B6B. Windows color (decimal): -8034748 or 4482693. OLE color: 4482693.

HSL color Cylindrical-coordinate representation of color #856644: hue angle of 31.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856644 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 68 -
CMYK 0 0.23 0.49 0.48
HSL 31.38º 0.32% 0.39% -
HSV(B) 31.38º 0.49% 0.52% -
XYZ 15.47 14.91 7.53 -
YUV 107.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 133 102 68 0 0.23 0.49 0.48 31.38 0.32 0.39
Hex 85 66 44 0 17 31 30 1F 20 27
Octal 205 146 104 0 27 61 60 37 40 47
Binary 10000101 1100110 1000100 0 10111 110001 110000 11111 100000 100111

Color Harmonies of #856644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856644

Black with #856644

Text Example


Text Example

White with #856644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856644; }

 p { color: rgb(133,102,68); }

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

background-color css

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

 a { background-color: rgb(133,102,68); }

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

border-color css

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

 span { border-color: rgb(133,102,68); }

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