Html Css Color HEX #976A35 Buttered Rum

📋 copy color: '#976A35'

red 151 ◦ green 106 ◦ blue 53

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

Shades of Buttered Rum #976A35

Tints of Buttered Rum #976A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 48.71%
G = 34.19%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#976A35 (or 0x976A35) is known color: Buttered Rum. HEX triplet: 97, 6A and 35. RGB value is (151,106,53). Sum of RGB (Red+Green+Blue) = 151+106+53=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #976A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A35 is #6895CA. Grayscale: #717171. Windows color (decimal): -6854091 or 3500695. OLE color: 3500695.

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

Color convert

RGB 151 106 53 -
CMYK 0 0.30 0.65 0.41
HSL 32.45º 0.48% 0.4% -
HSV(B) 32.45º 0.65% 0.59% -
XYZ 18.56 17.14 5.7 -
YUV 113.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 151 106 53 0 0.30 0.65 0.41 32.45 0.48 0.4
Hex 97 6A 35 0 1E 41 29 20 30 28
Octal 227 152 65 0 36 101 51 40 60 50
Binary 10010111 1101010 110101 0 11110 1000001 101001 100000 110000 101000

Color Harmonies of #976A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A35

Black with #976A35

Text Example


Text Example

White with #976A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,53); }

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

background-color css

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

 a { background-color: rgb(151,106,53); }

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

border-color css

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

 span { border-color: rgb(151,106,53); }

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