#8C6234

Color #8C6234 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #8C6234

Tints of McKenzie #8C6234

Color information

#8C6234 (or 0x8C6234) is unknown color: approx McKenzie. HEX triplet: 8C, 62 and 34. RGB value is (140,98,52). Sum of RGB (Red+Green+Blue) = 140+98+52=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6234 is #739DCB. Grayscale: #696969. Windows color (decimal): -7577036 or 3433100. OLE color: 3433100.

HSL color Cylindrical-coordinate representation of color #8C6234: hue angle of 31.36º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C6234 is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1409852-
CMYK00.30.630.45
HSL31.36º45.83%37.65%-
HSV(B)31.36º62.86%54.9%-
XYZ15.814.565.23-
YUV105.3197.91152.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=48.28%
G=33.79%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140985200.30.630.4531.3645.8337.65
Hex8C623401E3F2D1f2e26
Octal214142640367755375646
Binary10001100110001011010001111011111110110111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,52); }

 H1.HeaderClassName
 {
   color: #8C6234;
 }
 .AnyTagClassName
 {
   color: #8C6234;
 }
</style>
background-color css

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

 a { background-color: rgb(140,98,52); }

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

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

 span { border-color: rgb(140,98,52); }

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