Html Css Color HEX #886362 Light Wood

📋 copy color: '#886362'

red 136 ◦ green 99 ◦ blue 98

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

Shades of Light Wood #886362

Tints of Light Wood #886362

RGB

 RED value IS 136 (53.52% from 255) = 40.84%

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

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

R = 40.84%
G = 29.73%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#886362 (or 0x886362) is known color: Light Wood. HEX triplet: 88, 63 and 62. RGB value is (136,99,98). Sum of RGB (Red+Green+Blue) = 136+99+98=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886362 is #779C9D. Grayscale: #6D6D6D. Windows color (decimal): -7838878 or 6448008. OLE color: 6448008.

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

Color convert

RGB 136 99 98 -
CMYK 0 0.27 0.28 0.47
HSL 1.58º 0.16% 0.46% -
HSV(B) 1.58º 0.28% 0.53% -
XYZ 16.82 15.04 13.57 -
YUV 109.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 136 99 98 0 0.27 0.28 0.47 1.58 0.16 0.46
Hex 88 63 62 0 1B 1C 2F 2 10 2E
Octal 210 143 142 0 33 34 57 2 20 56
Binary 10001000 1100011 1100010 0 11011 11100 101111 10 10000 101110

Color Harmonies of #886362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886362

Black with #886362

Text Example


Text Example

White with #886362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886362; }

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

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

background-color css

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

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

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

border-color css

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

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

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