Html Css Color HEX #8A6E40 McKenzie

📋 copy color: '#8A6E40'

red 138 ◦ green 110 ◦ blue 64

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

Shades of McKenzie #8A6E40

Tints of McKenzie #8A6E40

RGB

 RED value IS 138 (54.3% from 255) = 44.23%

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 44.23%
G = 35.26%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A6E40 (or 0x8A6E40) is known color: McKenzie. HEX triplet: 8A, 6E and 40. RGB value is (138,110,64). Sum of RGB (Red+Green+Blue) = 138+110+64=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E40 is #7591BF. Grayscale: #717171. Windows color (decimal): -7705024 or 4222602. OLE color: 4222602.

HSL color Cylindrical-coordinate representation of color #8A6E40: hue angle of 37.3º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6E40 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 110 64 -
CMYK 0 0.20 0.54 0.46
HSL 37.3º 0.37% 0.4% -
HSV(B) 37.3º 0.54% 0.54% -
XYZ 16.98 16.93 7.22 -
YUV 113.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 138 110 64 0 0.20 0.54 0.46 37.3 0.37 0.4
Hex 8A 6E 40 0 14 36 2E 25 25 28
Octal 212 156 100 0 24 66 56 45 45 50
Binary 10001010 1101110 1000000 0 10100 110110 101110 100101 100101 101000

Color Harmonies of #8A6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E40

Black with #8A6E40

Text Example


Text Example

White with #8A6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,64); }

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

background-color css

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

 a { background-color: rgb(138,110,64); }

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

border-color css

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

 span { border-color: rgb(138,110,64); }

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