Html Css Color HEX #88654C Dark Wood

📋 copy color: '#88654C'

red 136 ◦ green 101 ◦ blue 76

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

Shades of Dark Wood #88654C

Tints of Dark Wood #88654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 43.45%
G = 32.27%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88654C (or 0x88654C) is known color: Dark Wood. HEX triplet: 88, 65 and 4C. RGB value is (136,101,76). Sum of RGB (Red+Green+Blue) = 136+101+76=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88654C is #779AB3. Grayscale: #6C6C6C. Windows color (decimal): -7838388 or 5006728. OLE color: 5006728.

HSL color Cylindrical-coordinate representation of color #88654C: hue angle of 25º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88654C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 76 -
CMYK 0 0.26 0.44 0.47
HSL 25º 0.28% 0.42% -
HSV(B) 25º 0.44% 0.53% -
XYZ 16.11 15.06 8.9 -
YUV 108.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 136 101 76 0 0.26 0.44 0.47 25 0.28 0.42
Hex 88 65 4C 0 1A 2C 2F 19 1C 2A
Octal 210 145 114 0 32 54 57 31 34 52
Binary 10001000 1100101 1001100 0 11010 101100 101111 11001 11100 101010

Color Harmonies of #88654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88654C

Black with #88654C

Text Example


Text Example

White with #88654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88654C; }

 p { color: rgb(136,101,76); }

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

background-color css

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

 a { background-color: rgb(136,101,76); }

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

border-color css

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

 span { border-color: rgb(136,101,76); }

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