Html Css Color HEX #946942 McKenzie

📋 copy color: '#946942'

red 148 ◦ green 105 ◦ blue 66

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

Shades of McKenzie #946942

Tints of McKenzie #946942

RGB

 RED value IS 148 (58.2% from 255) = 46.39%

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 46.39%
G = 32.92%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#946942 (or 0x946942) is known color: McKenzie. HEX triplet: 94, 69 and 42. RGB value is (148,105,66). Sum of RGB (Red+Green+Blue) = 148+105+66=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946942 is #6B96BD. Grayscale: #717171. Windows color (decimal): -7050942 or 4352404. OLE color: 4352404.

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

Color convert

RGB 148 105 66 -
CMYK 0 0.29 0.55 0.42
HSL 28.54º 0.38% 0.42% -
HSV(B) 28.54º 0.55% 0.58% -
XYZ 18.25 16.79 7.43 -
YUV 113.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 148 105 66 0 0.29 0.55 0.42 28.54 0.38 0.42
Hex 94 69 42 0 1D 37 2A 1D 26 2A
Octal 224 151 102 0 35 67 52 35 46 52
Binary 10010100 1101001 1000010 0 11101 110111 101010 11101 100110 101010

Color Harmonies of #946942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946942

Black with #946942

Text Example


Text Example

White with #946942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946942; }

 p { color: rgb(148,105,66); }

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

background-color css

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

 a { background-color: rgb(148,105,66); }

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

border-color css

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

 span { border-color: rgb(148,105,66); }

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