Html Css Color HEX #976F40 McKenzie

📋 copy color: '#976F40'

red 151 ◦ green 111 ◦ blue 64

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

Shades of McKenzie #976F40

Tints of McKenzie #976F40

RGB

 RED value IS 151 (59.38% from 255) = 46.32%

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 46.32%
G = 34.05%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#976F40 (or 0x976F40) is known color: McKenzie. HEX triplet: 97, 6F and 40. RGB value is (151,111,64). Sum of RGB (Red+Green+Blue) = 151+111+64=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #976F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F40 is #6890BF. Grayscale: #757575. Windows color (decimal): -6852800 or 4222871. OLE color: 4222871.

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

Color convert

RGB 151 111 64 -
CMYK 0 0.26 0.58 0.41
HSL 32.41º 0.4% 0.42% -
HSV(B) 32.41º 0.58% 0.59% -
XYZ 19.37 18.32 7.37 -
YUV 117.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 151 111 64 0 0.26 0.58 0.41 32.41 0.4 0.42
Hex 97 6F 40 0 1A 3A 29 20 28 2A
Octal 227 157 100 0 32 72 51 40 50 52
Binary 10010111 1101111 1000000 0 11010 111010 101001 100000 101000 101010

Color Harmonies of #976F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F40

Black with #976F40

Text Example


Text Example

White with #976F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976F40; }

 p { color: rgb(151,111,64); }

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

background-color css

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

 a { background-color: rgb(151,111,64); }

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

border-color css

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

 span { border-color: rgb(151,111,64); }

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