Html Css Color HEX #865D5C Light Wood

📋 copy color: '#865D5C'

red 134 ◦ green 93 ◦ blue 92

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

Shades of Light Wood #865D5C

Tints of Light Wood #865D5C

RGB

 RED value IS 134 (52.73% from 255) = 42.01%

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 42.01%
G = 29.15%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#865D5C (or 0x865D5C) is known color: Light Wood. HEX triplet: 86, 5D and 5C. RGB value is (134,93,92). Sum of RGB (Red+Green+Blue) = 134+93+92=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D5C is #79A2A3. Grayscale: #696969. Windows color (decimal): -7971492 or 6053254. OLE color: 6053254.

HSL color Cylindrical-coordinate representation of color #865D5C: hue angle of 1.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D5C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 92 -
CMYK 0 0.31 0.31 0.47
HSL 1.43º 0.19% 0.44% -
HSV(B) 1.43º 0.31% 0.53% -
XYZ 15.68 13.67 11.94 -
YUV 105.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 134 93 92 0 0.31 0.31 0.47 1.43 0.19 0.44
Hex 86 5D 5C 0 1F 1F 2F 1 13 2C
Octal 206 135 134 0 37 37 57 1 23 54
Binary 10000110 1011101 1011100 0 11111 11111 101111 1 10011 101100

Color Harmonies of #865D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D5C

Black with #865D5C

Text Example


Text Example

White with #865D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865D5C; }

 p { color: rgb(134,93,92); }

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

background-color css

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

 a { background-color: rgb(134,93,92); }

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

border-color css

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

 span { border-color: rgb(134,93,92); }

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