Html Css Color HEX #976830 Buttered Rum

📋 copy color: '#976830'

red 151 ◦ green 104 ◦ blue 48

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

Shades of Buttered Rum #976830

Tints of Buttered Rum #976830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 49.83%
G = 34.32%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976830 (or 0x976830) is known color: Buttered Rum. HEX triplet: 97, 68 and 30. RGB value is (151,104,48). Sum of RGB (Red+Green+Blue) = 151+104+48=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #976830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976830 is #6897CF. Grayscale: #6F6F6F. Windows color (decimal): -6854608 or 3172503. OLE color: 3172503.

HSL color Cylindrical-coordinate representation of color #976830: hue angle of 32.62º 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 #976830 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 48 -
CMYK 0 0.31 0.68 0.41
HSL 32.62º 0.52% 0.39% -
HSV(B) 32.62º 0.68% 0.59% -
XYZ 18.25 16.69 5.06 -
YUV 111.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 151 104 48 0 0.31 0.68 0.41 32.62 0.52 0.39
Hex 97 68 30 0 1F 44 29 21 34 27
Octal 227 150 60 0 37 104 51 41 64 47
Binary 10010111 1101000 110000 0 11111 1000100 101001 100001 110100 100111

Color Harmonies of #976830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976830

Black with #976830

Text Example


Text Example

White with #976830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976830; }

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

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

background-color css

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

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

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

border-color css

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

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

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