Html Css Color HEX #8E6A38 McKenzie

📋 copy color: '#8E6A38'

red 142 ◦ green 106 ◦ blue 56

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

Shades of McKenzie #8E6A38

Tints of McKenzie #8E6A38

RGB

 RED value IS 142 (55.86% from 255) = 46.71%

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 46.71%
G = 34.87%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E6A38 (or 0x8E6A38) is known color: McKenzie. HEX triplet: 8E, 6A and 38. RGB value is (142,106,56). Sum of RGB (Red+Green+Blue) = 142+106+56=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A38 is #7195C7. Grayscale: #6F6F6F. Windows color (decimal): -7443912 or 3697294. OLE color: 3697294.

HSL color Cylindrical-coordinate representation of color #8E6A38: hue angle of 34.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E6A38 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 106 56 -
CMYK 0 0.25 0.61 0.44
HSL 34.88º 0.43% 0.39% -
HSV(B) 34.88º 0.61% 0.56% -
XYZ 17.02 16.34 6 -
YUV 111.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 142 106 56 0 0.25 0.61 0.44 34.88 0.43 0.39
Hex 8E 6A 38 0 19 3D 2C 23 2B 27
Octal 216 152 70 0 31 75 54 43 53 47
Binary 10001110 1101010 111000 0 11001 111101 101100 100011 101011 100111

Color Harmonies of #8E6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A38

Black with #8E6A38

Text Example


Text Example

White with #8E6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,106,56); }

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

background-color css

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

 a { background-color: rgb(142,106,56); }

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

border-color css

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

 span { border-color: rgb(142,106,56); }

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