Html Css Color HEX #8A6844 McKenzie

📋 copy color: '#8A6844'

red 138 ◦ green 104 ◦ blue 68

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

Shades of McKenzie #8A6844

Tints of McKenzie #8A6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 44.52%
G = 33.55%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A6844 (or 0x8A6844) is known color: McKenzie. HEX triplet: 8A, 68 and 44. RGB value is (138,104,68). Sum of RGB (Red+Green+Blue) = 138+104+68=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6844 is #7597BB. Grayscale: #6E6E6E. Windows color (decimal): -7706556 or 4483210. OLE color: 4483210.

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

Color convert

RGB 138 104 68 -
CMYK 0 0.25 0.51 0.46
HSL 30.86º 0.34% 0.4% -
HSV(B) 30.86º 0.51% 0.54% -
XYZ 16.47 15.72 7.64 -
YUV 110.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 138 104 68 0 0.25 0.51 0.46 30.86 0.34 0.4
Hex 8A 68 44 0 19 33 2E 1F 22 28
Octal 212 150 104 0 31 63 56 37 42 50
Binary 10001010 1101000 1000100 0 11001 110011 101110 11111 100010 101000

Color Harmonies of #8A6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6844

Black with #8A6844

Text Example


Text Example

White with #8A6844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,68); }

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

background-color css

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

 a { background-color: rgb(138,104,68); }

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

border-color css

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

 span { border-color: rgb(138,104,68); }

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