Html Css Color HEX #886D40 McKenzie

📋 copy color: '#886D40'

red 136 ◦ green 109 ◦ blue 64

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

Shades of McKenzie #886D40

Tints of McKenzie #886D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 44.01%
G = 35.28%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886D40 (or 0x886D40) is known color: McKenzie. HEX triplet: 88, 6D and 40. RGB value is (136,109,64). Sum of RGB (Red+Green+Blue) = 136+109+64=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D40 is #7792BF. Grayscale: #707070. Windows color (decimal): -7836352 or 4222344. OLE color: 4222344.

HSL color Cylindrical-coordinate representation of color #886D40: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886D40 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 64 -
CMYK 0 0.20 0.53 0.47
HSL 37.5º 0.36% 0.39% -
HSV(B) 37.5º 0.53% 0.53% -
XYZ 16.55 16.54 7.17 -
YUV 111.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 136 109 64 0 0.20 0.53 0.47 37.5 0.36 0.39
Hex 88 6D 40 0 14 35 2F 26 24 27
Octal 210 155 100 0 24 65 57 46 44 47
Binary 10001000 1101101 1000000 0 10100 110101 101111 100110 100100 100111

Color Harmonies of #886D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D40

Black with #886D40

Text Example


Text Example

White with #886D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D40; }

 p { color: rgb(136,109,64); }

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

background-color css

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

 a { background-color: rgb(136,109,64); }

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

border-color css

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

 span { border-color: rgb(136,109,64); }

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