#8A613A

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

Shades of McKenzie #8A613A

Tints of McKenzie #8A613A

Color information

#8A613A (or 0x8A613A) is unknown color: approx McKenzie. HEX triplet: 8A, 61 and 3A. RGB value is (138,97,58). Sum of RGB (Red+Green+Blue) = 138+97+58=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A613A is #759EC5. Grayscale: #696969. Windows color (decimal): -7708358 or 3826058. OLE color: 3826058.

HSL color Cylindrical-coordinate representation of color #8A613A: hue angle of 29.25º 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 #8A613A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1389758-
CMYK00.300.580.46
HSL29.25º40.82%38.43%-
HSV(B)29.25º57.97%54.12%-
XYZ15.5214.265.94-
YUV104.81101.58151.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=47.10%
G=33.11%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138975800.300.580.4629.2540.8238.43
Hex8A613A01E3A2E1d2926
Octal212141720367256355146
Binary10001010110000111101001111011101010111011101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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