Html Css Color HEX #866362 Light Wood

📋 copy color: '#866362'

red 134 ◦ green 99 ◦ blue 98

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

Shades of Light Wood #866362

Tints of Light Wood #866362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 40.48%
G = 29.91%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#866362 (or 0x866362) is known color: Light Wood. HEX triplet: 86, 63 and 62. RGB value is (134,99,98). Sum of RGB (Red+Green+Blue) = 134+99+98=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866362 is #799C9D. Grayscale: #6D6D6D. Windows color (decimal): -7969950 or 6448006. OLE color: 6448006.

HSL color Cylindrical-coordinate representation of color #866362: hue angle of 1.67º 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 #866362 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 98 -
CMYK 0 0.26 0.27 0.47
HSL 1.67º 0.16% 0.45% -
HSV(B) 1.67º 0.27% 0.53% -
XYZ 16.5 14.87 13.56 -
YUV 109.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 134 99 98 0 0.26 0.27 0.47 1.67 0.16 0.45
Hex 86 63 62 0 1A 1B 2F 2 10 2D
Octal 206 143 142 0 32 33 57 2 20 55
Binary 10000110 1100011 1100010 0 11010 11011 101111 10 10000 101101

Color Harmonies of #866362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866362

Black with #866362

Text Example


Text Example

White with #866362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866362; }

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

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

background-color css

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

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

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

border-color css

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

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

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