Html Css Color HEX #85605F Light Wood

📋 copy color: '#85605F'

red 133 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #85605F

Tints of Light Wood #85605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 41.05%
G = 29.63%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85605F (or 0x85605F) is known color: Light Wood. HEX triplet: 85, 60 and 5F. RGB value is (133,96,95). Sum of RGB (Red+Green+Blue) = 133+96+95=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85605F is #7A9FA0. Grayscale: #6A6A6A. Windows color (decimal): -8036257 or 6250629. OLE color: 6250629.

HSL color Cylindrical-coordinate representation of color #85605F: hue angle of 1.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85605F is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 95 -
CMYK 0 0.28 0.29 0.48
HSL 1.58º 0.17% 0.45% -
HSV(B) 1.58º 0.29% 0.52% -
XYZ 15.92 14.18 12.72 -
YUV 106.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 133 96 95 0 0.28 0.29 0.48 1.58 0.17 0.45
Hex 85 60 5F 0 1C 1D 30 2 11 2D
Octal 205 140 137 0 34 35 60 2 21 55
Binary 10000101 1100000 1011111 0 11100 11101 110000 10 10001 101101

Color Harmonies of #85605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85605F

Black with #85605F

Text Example


Text Example

White with #85605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85605F; }

 p { color: rgb(133,96,95); }

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

background-color css

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

 a { background-color: rgb(133,96,95); }

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

border-color css

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

 span { border-color: rgb(133,96,95); }

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