#8A633A

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

Shades of McKenzie #8A633A

Tints of McKenzie #8A633A

Color information

#8A633A (or 0x8A633A) is unknown color: approx McKenzie. HEX triplet: 8A, 63 and 3A. RGB value is (138,99,58). Sum of RGB (Red+Green+Blue) = 138+99+58=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A633A is #759CC5. Grayscale: #6A6A6A. Windows color (decimal): -7707846 or 3826570. OLE color: 3826570.

HSL color Cylindrical-coordinate representation of color #8A633A: hue angle of 30.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A633A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1389958-
CMYK00.280.580.46
HSL30.75º40.82%38.43%-
HSV(B)30.75º57.97%54.12%-
XYZ15.7114.636-
YUV105.99100.92150.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=46.78%
G=33.56%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138995800.280.580.4630.7540.8238.43
Hex8A633A01C3A2E1f2926
Octal212143720347256375146
Binary10001010110001111101001110011101010111011111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,99,58); }

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

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

 a { background-color: rgb(138,99,58); }

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

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

 span { border-color: rgb(138,99,58); }

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