Html Css Color HEX #886A40 McKenzie

📋 copy color: '#886A40'

red 136 ◦ green 106 ◦ blue 64

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

Shades of McKenzie #886A40

Tints of McKenzie #886A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

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

R = 44.44%
G = 34.64%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886A40 (or 0x886A40) is known color: McKenzie. HEX triplet: 88, 6A and 40. RGB value is (136,106,64). Sum of RGB (Red+Green+Blue) = 136+106+64=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #886A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A40 is #7795BF. Grayscale: #6E6E6E. Windows color (decimal): -7837120 or 4221576. OLE color: 4221576.

HSL color Cylindrical-coordinate representation of color #886A40: hue angle of 35º 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 #886A40 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 64 -
CMYK 0 0.22 0.53 0.47
HSL 35º 0.36% 0.39% -
HSV(B) 35º 0.53% 0.53% -
XYZ 16.23 15.91 7.07 -
YUV 110.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 136 106 64 0 0.22 0.53 0.47 35 0.36 0.39
Hex 88 6A 40 0 16 35 2F 23 24 27
Octal 210 152 100 0 26 65 57 43 44 47
Binary 10001000 1101010 1000000 0 10110 110101 101111 100011 100100 100111

Color Harmonies of #886A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A40

Black with #886A40

Text Example


Text Example

White with #886A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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