#8B6332

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

Shades of McKenzie #8B6332

Tints of McKenzie #8B6332

Color information

#8B6332 (or 0x8B6332) is unknown color: approx McKenzie. HEX triplet: 8B, 63 and 32. RGB value is (139,99,50). Sum of RGB (Red+Green+Blue) = 139+99+50=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6332 is #749CCD. Grayscale: #696969. Windows color (decimal): -7642318 or 3302283. OLE color: 3302283.

HSL color Cylindrical-coordinate representation of color #8B6332: hue angle of 33.03º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B6332 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1399950-
CMYK00.290.640.45
HSL33.03º47.09%37.06%-
HSV(B)33.03º64.03%54.51%-
XYZ15.6914.645.02-
YUV105.3796.75151.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=48.26%
G=34.38%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139995000.290.640.4533.0347.0937.06
Hex8B633201D402D212f25
Octal2131436203510055415745
Binary1000101111000111100100111011000000101101100001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,50); }

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

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

 a { background-color: rgb(139,99,50); }

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

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

 span { border-color: rgb(139,99,50); }

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