Html Css Color HEX #8C6E3C McKenzie

📋 copy color: '#8C6E3C'

red 140 ◦ green 110 ◦ blue 60

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

Shades of McKenzie #8C6E3C

Tints of McKenzie #8C6E3C

RGB

 RED value IS 140 (55.08% from 255) = 45.16%

 GREEN value IS 110 (43.36% from 255) = 35.48%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 45.16%
G = 35.48%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C6E3C (or 0x8C6E3C) is known color: McKenzie. HEX triplet: 8C, 6E and 3C. RGB value is (140,110,60). Sum of RGB (Red+Green+Blue) = 140+110+60=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E3C is #7391C3. Grayscale: #717171. Windows color (decimal): -7573956 or 3960460. OLE color: 3960460.

HSL color Cylindrical-coordinate representation of color #8C6E3C: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C6E3C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 110 60 -
CMYK 0 0.21 0.57 0.45
HSL 37.5º 0.4% 0.39% -
HSV(B) 37.5º 0.57% 0.55% -
XYZ 17.21 17.05 6.66 -
YUV 113.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 140 110 60 0 0.21 0.57 0.45 37.5 0.4 0.39
Hex 8C 6E 3C 0 15 39 2D 26 28 27
Octal 214 156 74 0 25 71 55 46 50 47
Binary 10001100 1101110 111100 0 10101 111001 101101 100110 101000 100111

Color Harmonies of #8C6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6E3C

Black with #8C6E3C

Text Example


Text Example

White with #8C6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6E3C; }

 p { color: rgb(140,110,60); }

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

background-color css

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

 a { background-color: rgb(140,110,60); }

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

border-color css

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

 span { border-color: rgb(140,110,60); }

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