Html Css Color HEX #946332 McKenzie

📋 copy color: '#946332'

red 148 ◦ green 99 ◦ blue 50

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

Shades of McKenzie #946332

Tints of McKenzie #946332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 49.83%
G = 33.33%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#946332 (or 0x946332) is known color: McKenzie. HEX triplet: 94, 63 and 32. RGB value is (148,99,50). Sum of RGB (Red+Green+Blue) = 148+99+50=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946332 is #6B9CCD. Grayscale: #6C6C6C. Windows color (decimal): -7052494 or 3302292. OLE color: 3302292.

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

Color convert

RGB 148 99 50 -
CMYK 0 0.33 0.66 0.42
HSL 30º 0.49% 0.39% -
HSV(B) 30º 0.66% 0.58% -
XYZ 17.25 15.45 5.09 -
YUV 108.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 148 99 50 0 0.33 0.66 0.42 30 0.49 0.39
Hex 94 63 32 0 21 42 2A 1E 31 27
Octal 224 143 62 0 41 102 52 36 61 47
Binary 10010100 1100011 110010 0 100001 1000010 101010 11110 110001 100111

Color Harmonies of #946332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946332

Black with #946332

Text Example


Text Example

White with #946332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946332; }

 p { color: rgb(148,99,50); }

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

background-color css

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

 a { background-color: rgb(148,99,50); }

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

border-color css

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

 span { border-color: rgb(148,99,50); }

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