Html Css Color HEX #976A30 Buttered Rum

📋 copy color: '#976A30'

red 151 ◦ green 106 ◦ blue 48

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

Shades of Buttered Rum #976A30

Tints of Buttered Rum #976A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 49.51%
G = 34.75%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976A30 (or 0x976A30) is known color: Buttered Rum. HEX triplet: 97, 6A and 30. RGB value is (151,106,48). Sum of RGB (Red+Green+Blue) = 151+106+48=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #976A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A30 is #6895CF. Grayscale: #717171. Windows color (decimal): -6854096 or 3173015. OLE color: 3173015.

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

Color convert

RGB 151 106 48 -
CMYK 0 0.30 0.68 0.41
HSL 33.79º 0.52% 0.39% -
HSV(B) 33.79º 0.68% 0.59% -
XYZ 18.45 17.1 5.12 -
YUV 112.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 151 106 48 0 0.30 0.68 0.41 33.79 0.52 0.39
Hex 97 6A 30 0 1E 44 29 22 34 27
Octal 227 152 60 0 36 104 51 42 64 47
Binary 10010111 1101010 110000 0 11110 1000100 101001 100010 110100 100111

Color Harmonies of #976A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A30

Black with #976A30

Text Example


Text Example

White with #976A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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