Html Css Color HEX #956842 McKenzie

📋 copy color: '#956842'

red 149 ◦ green 104 ◦ blue 66

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

Shades of McKenzie #956842

Tints of McKenzie #956842

RGB

 RED value IS 149 (58.59% from 255) = 46.71%

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

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

R = 46.71%
G = 32.6%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956842 (or 0x956842) is known color: McKenzie. HEX triplet: 95, 68 and 42. RGB value is (149,104,66). Sum of RGB (Red+Green+Blue) = 149+104+66=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #956842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956842 is #6A97BD. Grayscale: #717171. Windows color (decimal): -6985662 or 4352149. OLE color: 4352149.

HSL color Cylindrical-coordinate representation of color #956842: hue angle of 27.47º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956842 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 66 -
CMYK 0 0.30 0.56 0.42
HSL 27.47º 0.39% 0.42% -
HSV(B) 27.47º 0.56% 0.58% -
XYZ 18.33 16.68 7.41 -
YUV 113.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 149 104 66 0 0.30 0.56 0.42 27.47 0.39 0.42
Hex 95 68 42 0 1E 38 2A 1B 27 2A
Octal 225 150 102 0 36 70 52 33 47 52
Binary 10010101 1101000 1000010 0 11110 111000 101010 11011 100111 101010

Color Harmonies of #956842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956842

Black with #956842

Text Example


Text Example

White with #956842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956842; }

 p { color: rgb(149,104,66); }

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

background-color css

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

 a { background-color: rgb(149,104,66); }

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

border-color css

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

 span { border-color: rgb(149,104,66); }

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