Html Css Color HEX #886740 McKenzie

📋 copy color: '#886740'

red 136 ◦ green 103 ◦ blue 64

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

Shades of McKenzie #886740

Tints of McKenzie #886740

RGB

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

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

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

R = 44.88%
G = 33.99%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886740 (or 0x886740) is known color: McKenzie. HEX triplet: 88, 67 and 40. RGB value is (136,103,64). Sum of RGB (Red+Green+Blue) = 136+103+64=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886740 is #7798BF. Grayscale: #6C6C6C. Windows color (decimal): -7837888 or 4220808. OLE color: 4220808.

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

Color convert

RGB 136 103 64 -
CMYK 0 0.24 0.53 0.47
HSL 32.5º 0.36% 0.39% -
HSV(B) 32.5º 0.53% 0.53% -
XYZ 15.93 15.3 6.97 -
YUV 108.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 136 103 64 0 0.24 0.53 0.47 32.5 0.36 0.39
Hex 88 67 40 0 18 35 2F 20 24 27
Octal 210 147 100 0 30 65 57 40 44 47
Binary 10001000 1100111 1000000 0 11000 110101 101111 100000 100100 100111

Color Harmonies of #886740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886740

Black with #886740

Text Example


Text Example

White with #886740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886740; }

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

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

background-color css

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

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

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

border-color css

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

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

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