Html Css Color HEX #88674A Dark Wood

📋 copy color: '#88674A'

red 136 ◦ green 103 ◦ blue 74

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

Shades of Dark Wood #88674A

Tints of Dark Wood #88674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 43.45%
G = 32.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88674A (or 0x88674A) is known color: Dark Wood. HEX triplet: 88, 67 and 4A. RGB value is (136,103,74). Sum of RGB (Red+Green+Blue) = 136+103+74=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88674A is #7798B5. Grayscale: #6D6D6D. Windows color (decimal): -7837878 or 4876168. OLE color: 4876168.

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

Color convert

RGB 136 103 74 -
CMYK 0 0.24 0.46 0.47
HSL 28.06º 0.3% 0.41% -
HSV(B) 28.06º 0.46% 0.53% -
XYZ 16.24 15.43 8.6 -
YUV 109.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 136 103 74 0 0.24 0.46 0.47 28.06 0.3 0.41
Hex 88 67 4A 0 18 2E 2F 1C 1E 29
Octal 210 147 112 0 30 56 57 34 36 51
Binary 10001000 1100111 1001010 0 11000 101110 101111 11100 11110 101001

Color Harmonies of #88674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88674A

Black with #88674A

Text Example


Text Example

White with #88674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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