Html Css Color HEX #866462 Light Wood

📋 copy color: '#866462'

red 134 ◦ green 100 ◦ blue 98

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

Shades of Light Wood #866462

Tints of Light Wood #866462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 40.36%
G = 30.12%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#866462 (or 0x866462) is known color: Light Wood. HEX triplet: 86, 64 and 62. RGB value is (134,100,98). Sum of RGB (Red+Green+Blue) = 134+100+98=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866462 is #799B9D. Grayscale: #6D6D6D. Windows color (decimal): -7969694 or 6448262. OLE color: 6448262.

HSL color Cylindrical-coordinate representation of color #866462: hue angle of 3.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866462 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 98 -
CMYK 0 0.25 0.27 0.47
HSL 3.33º 0.16% 0.45% -
HSV(B) 3.33º 0.27% 0.53% -
XYZ 16.59 15.06 13.59 -
YUV 109.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 134 100 98 0 0.25 0.27 0.47 3.33 0.16 0.45
Hex 86 64 62 0 19 1B 2F 3 10 2D
Octal 206 144 142 0 31 33 57 3 20 55
Binary 10000110 1100100 1100010 0 11001 11011 101111 11 10000 101101

Color Harmonies of #866462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866462

Black with #866462

Text Example


Text Example

White with #866462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866462; }

 p { color: rgb(134,100,98); }

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

background-color css

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

 a { background-color: rgb(134,100,98); }

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

border-color css

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

 span { border-color: rgb(134,100,98); }

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