Html Css Color HEX #946D3C McKenzie

📋 copy color: '#946D3C'

red 148 ◦ green 109 ◦ blue 60

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

Shades of McKenzie #946D3C

Tints of McKenzie #946D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 46.69%
G = 34.38%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#946D3C (or 0x946D3C) is known color: McKenzie. HEX triplet: 94, 6D and 3C. RGB value is (148,109,60). Sum of RGB (Red+Green+Blue) = 148+109+60=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D3C is #6B92C3. Grayscale: #737373. Windows color (decimal): -7049924 or 3960212. OLE color: 3960212.

HSL color Cylindrical-coordinate representation of color #946D3C: hue angle of 33.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #946D3C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 60 -
CMYK 0 0.26 0.59 0.42
HSL 33.41º 0.42% 0.41% -
HSV(B) 33.41º 0.59% 0.58% -
XYZ 18.5 17.56 6.69 -
YUV 115.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 148 109 60 0 0.26 0.59 0.42 33.41 0.42 0.41
Hex 94 6D 3C 0 1A 3B 2A 21 2A 29
Octal 224 155 74 0 32 73 52 41 52 51
Binary 10010100 1101101 111100 0 11010 111011 101010 100001 101010 101001

Color Harmonies of #946D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D3C

Black with #946D3C

Text Example


Text Example

White with #946D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D3C; }

 p { color: rgb(148,109,60); }

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

background-color css

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

 a { background-color: rgb(148,109,60); }

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

border-color css

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

 span { border-color: rgb(148,109,60); }

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