Html Css Color HEX #976F34 Buttered Rum

📋 copy color: '#976F34'

red 151 ◦ green 111 ◦ blue 52

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

Shades of Buttered Rum #976F34

Tints of Buttered Rum #976F34

RGB

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

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

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

R = 48.09%
G = 35.35%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#976F34 (or 0x976F34) is known color: Buttered Rum. HEX triplet: 97, 6F and 34. RGB value is (151,111,52). Sum of RGB (Red+Green+Blue) = 151+111+52=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #976F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F34 is #6890CB. Grayscale: #747474. Windows color (decimal): -6852812 or 3436439. OLE color: 3436439.

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

Color convert

RGB 151 111 52 -
CMYK 0 0.26 0.66 0.41
HSL 35.76º 0.49% 0.4% -
HSV(B) 35.76º 0.66% 0.59% -
XYZ 19.07 18.2 5.76 -
YUV 116.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 151 111 52 0 0.26 0.66 0.41 35.76 0.49 0.4
Hex 97 6F 34 0 1A 42 29 24 31 28
Octal 227 157 64 0 32 102 51 44 61 50
Binary 10010111 1101111 110100 0 11010 1000010 101001 100100 110001 101000

Color Harmonies of #976F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F34

Black with #976F34

Text Example


Text Example

White with #976F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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