Html Css Color HEX #88605E Light Wood

📋 copy color: '#88605E'

red 136 ◦ green 96 ◦ blue 94

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

Shades of Light Wood #88605E

Tints of Light Wood #88605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 41.72%
G = 29.45%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88605E (or 0x88605E) is known color: Light Wood. HEX triplet: 88, 60 and 5E. RGB value is (136,96,94). Sum of RGB (Red+Green+Blue) = 136+96+94=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88605E is #779FA1. Grayscale: #6B6B6B. Windows color (decimal): -7839650 or 6185096. OLE color: 6185096.

HSL color Cylindrical-coordinate representation of color #88605E: hue angle of 2.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88605E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 94 -
CMYK 0 0.29 0.31 0.47
HSL 2.86º 0.18% 0.45% -
HSV(B) 2.86º 0.31% 0.53% -
XYZ 16.36 14.41 12.51 -
YUV 107.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 136 96 94 0 0.29 0.31 0.47 2.86 0.18 0.45
Hex 88 60 5E 0 1D 1F 2F 3 12 2D
Octal 210 140 136 0 35 37 57 3 22 55
Binary 10001000 1100000 1011110 0 11101 11111 101111 11 10010 101101

Color Harmonies of #88605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88605E

Black with #88605E

Text Example


Text Example

White with #88605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88605E; }

 p { color: rgb(136,96,94); }

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

background-color css

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

 a { background-color: rgb(136,96,94); }

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

border-color css

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

 span { border-color: rgb(136,96,94); }

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