Html Css Color HEX #88674B Dark Wood

📋 copy color: '#88674B'

red 136 ◦ green 103 ◦ blue 75

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

Shades of Dark Wood #88674B

Tints of Dark Wood #88674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 43.31%
G = 32.8%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88674B (or 0x88674B) is known color: Dark Wood. HEX triplet: 88, 67 and 4B. RGB value is (136,103,75). Sum of RGB (Red+Green+Blue) = 136+103+75=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88674B is #7798B4. Grayscale: #6D6D6D. Windows color (decimal): -7837877 or 4941704. OLE color: 4941704.

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

Color convert

RGB 136 103 75 -
CMYK 0 0.24 0.45 0.47
HSL 27.54º 0.29% 0.41% -
HSV(B) 27.54º 0.45% 0.53% -
XYZ 16.27 15.44 8.78 -
YUV 109.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 136 103 75 0 0.24 0.45 0.47 27.54 0.29 0.41
Hex 88 67 4B 0 18 2D 2F 1C 1D 29
Octal 210 147 113 0 30 55 57 34 35 51
Binary 10001000 1100111 1001011 0 11000 101101 101111 11100 11101 101001

Color Harmonies of #88674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88674B

Black with #88674B

Text Example


Text Example

White with #88674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88674B; }

 p { color: rgb(136,103,75); }

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

background-color css

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

 a { background-color: rgb(136,103,75); }

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

border-color css

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

 span { border-color: rgb(136,103,75); }

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