Html Css Color HEX #85615F Light Wood

📋 copy color: '#85615F'

red 133 ◦ green 97 ◦ blue 95

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

Shades of Light Wood #85615F

Tints of Light Wood #85615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 40.92%
G = 29.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85615F (or 0x85615F) is known color: Light Wood. HEX triplet: 85, 61 and 5F. RGB value is (133,97,95). Sum of RGB (Red+Green+Blue) = 133+97+95=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85615F is #7A9EA0. Grayscale: #6B6B6B. Windows color (decimal): -8036001 or 6250885. OLE color: 6250885.

HSL color Cylindrical-coordinate representation of color #85615F: hue angle of 3.16º 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 #85615F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 95 -
CMYK 0 0.27 0.29 0.48
HSL 3.16º 0.17% 0.45% -
HSV(B) 3.16º 0.29% 0.52% -
XYZ 16.01 14.36 12.75 -
YUV 107.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 133 97 95 0 0.27 0.29 0.48 3.16 0.17 0.45
Hex 85 61 5F 0 1B 1D 30 3 11 2D
Octal 205 141 137 0 33 35 60 3 21 55
Binary 10000101 1100001 1011111 0 11011 11101 110000 11 10001 101101

Color Harmonies of #85615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85615F

Black with #85615F

Text Example


Text Example

White with #85615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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