Html Css Color HEX #8A6742 McKenzie

📋 copy color: '#8A6742'

red 138 ◦ green 103 ◦ blue 66

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

Shades of McKenzie #8A6742

Tints of McKenzie #8A6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 44.95%
G = 33.55%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A6742 (or 0x8A6742) is known color: McKenzie. HEX triplet: 8A, 67 and 42. RGB value is (138,103,66). Sum of RGB (Red+Green+Blue) = 138+103+66=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6742 is #7598BD. Grayscale: #6D6D6D. Windows color (decimal): -7706814 or 4351882. OLE color: 4351882.

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

Color convert

RGB 138 103 66 -
CMYK 0 0.25 0.52 0.46
HSL 30.83º 0.35% 0.4% -
HSV(B) 30.83º 0.52% 0.54% -
XYZ 16.31 15.5 7.29 -
YUV 109.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 138 103 66 0 0.25 0.52 0.46 30.83 0.35 0.4
Hex 8A 67 42 0 19 34 2E 1F 23 28
Octal 212 147 102 0 31 64 56 37 43 50
Binary 10001010 1100111 1000010 0 11001 110100 101110 11111 100011 101000

Color Harmonies of #8A6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6742

Black with #8A6742

Text Example


Text Example

White with #8A6742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,66); }

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

background-color css

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

 a { background-color: rgb(138,103,66); }

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

border-color css

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

 span { border-color: rgb(138,103,66); }

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