Html Css Color HEX #946334 McKenzie

📋 copy color: '#946334'

red 148 ◦ green 99 ◦ blue 52

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

Shades of McKenzie #946334

Tints of McKenzie #946334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 49.5%
G = 33.11%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#946334 (or 0x946334) is known color: McKenzie. HEX triplet: 94, 63 and 34. RGB value is (148,99,52). Sum of RGB (Red+Green+Blue) = 148+99+52=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946334 is #6B9CCB. Grayscale: #6C6C6C. Windows color (decimal): -7052492 or 3433364. OLE color: 3433364.

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

Color convert

RGB 148 99 52 -
CMYK 0 0.33 0.65 0.42
HSL 29.38º 0.48% 0.39% -
HSV(B) 29.38º 0.65% 0.58% -
XYZ 17.29 15.47 5.32 -
YUV 108.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 148 99 52 0 0.33 0.65 0.42 29.38 0.48 0.39
Hex 94 63 34 0 21 41 2A 1D 30 27
Octal 224 143 64 0 41 101 52 35 60 47
Binary 10010100 1100011 110100 0 100001 1000001 101010 11101 110000 100111

Color Harmonies of #946334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946334

Black with #946334

Text Example


Text Example

White with #946334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946334; }

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

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

background-color css

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

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

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

border-color css

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

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

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