Html Css Color HEX #947240 McKenzie

📋 copy color: '#947240'

red 148 ◦ green 114 ◦ blue 64

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

Shades of McKenzie #947240

Tints of McKenzie #947240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 45.4%
G = 34.97%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#947240 (or 0x947240) is known color: McKenzie. HEX triplet: 94, 72 and 40. RGB value is (148,114,64). Sum of RGB (Red+Green+Blue) = 148+114+64=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #947240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947240 is #6B8DBF. Grayscale: #767676. Windows color (decimal): -7048640 or 4223636. OLE color: 4223636.

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

Color convert

RGB 148 114 64 -
CMYK 0 0.23 0.57 0.42
HSL 35.71º 0.4% 0.42% -
HSV(B) 35.71º 0.57% 0.58% -
XYZ 19.16 18.7 7.45 -
YUV 118.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 148 114 64 0 0.23 0.57 0.42 35.71 0.4 0.42
Hex 94 72 40 0 17 39 2A 24 28 2A
Octal 224 162 100 0 27 71 52 44 50 52
Binary 10010100 1110010 1000000 0 10111 111001 101010 100100 101000 101010

Color Harmonies of #947240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947240

Black with #947240

Text Example


Text Example

White with #947240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947240; }

 p { color: rgb(148,114,64); }

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

background-color css

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

 a { background-color: rgb(148,114,64); }

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

border-color css

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

 span { border-color: rgb(148,114,64); }

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