Html Css Color HEX #976F3F McKenzie

📋 copy color: '#976F3F'

red 151 ◦ green 111 ◦ blue 63

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

Shades of McKenzie #976F3F

Tints of McKenzie #976F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 46.46%
G = 34.15%
B = 19.38%

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

#976F3F (or 0x976F3F) is known color: McKenzie. HEX triplet: 97, 6F and 3F. RGB value is (151,111,63). Sum of RGB (Red+Green+Blue) = 151+111+63=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #976F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F3F is #6890C0. Grayscale: #757575. Windows color (decimal): -6852801 or 4157335. OLE color: 4157335.

HSL color Cylindrical-coordinate representation of color #976F3F: hue angle of 32.73º degrees, saturation: 0.41, 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 #976F3F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 63 -
CMYK 0 0.26 0.58 0.41
HSL 32.73º 0.41% 0.42% -
HSV(B) 32.73º 0.58% 0.59% -
XYZ 19.34 18.31 7.22 -
YUV 117.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 151 111 63 0 0.26 0.58 0.41 32.73 0.41 0.42
Hex 97 6F 3F 0 1A 3A 29 21 29 2A
Octal 227 157 77 0 32 72 51 41 51 52
Binary 10010111 1101111 111111 0 11010 111010 101001 100001 101001 101010

Color Harmonies of #976F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F3F

Black with #976F3F

Text Example


Text Example

White with #976F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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