Html Css Color HEX #946335 McKenzie

📋 copy color: '#946335'

red 148 ◦ green 99 ◦ blue 53

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

Shades of McKenzie #946335

Tints of McKenzie #946335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 49.33%
G = 33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#946335 (or 0x946335) is known color: McKenzie. HEX triplet: 94, 63 and 35. RGB value is (148,99,53). Sum of RGB (Red+Green+Blue) = 148+99+53=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946335 is #6B9CCA. Grayscale: #6C6C6C. Windows color (decimal): -7052491 or 3498900. OLE color: 3498900.

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

Color convert

RGB 148 99 53 -
CMYK 0 0.33 0.64 0.42
HSL 29.05º 0.47% 0.39% -
HSV(B) 29.05º 0.64% 0.58% -
XYZ 17.32 15.48 5.44 -
YUV 108.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 148 99 53 0 0.33 0.64 0.42 29.05 0.47 0.39
Hex 94 63 35 0 21 40 2A 1D 2F 27
Octal 224 143 65 0 41 100 52 35 57 47
Binary 10010100 1100011 110101 0 100001 1000000 101010 11101 101111 100111

Color Harmonies of #946335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946335

Black with #946335

Text Example


Text Example

White with #946335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946335; }

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

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

background-color css

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

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

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

border-color css

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

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

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