Html Css Color HEX #976730 Buttered Rum

📋 copy color: '#976730'

red 151 ◦ green 103 ◦ blue 48

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

Shades of Buttered Rum #976730

Tints of Buttered Rum #976730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 50%
G = 34.11%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976730 (or 0x976730) is known color: Buttered Rum. HEX triplet: 97, 67 and 30. RGB value is (151,103,48). Sum of RGB (Red+Green+Blue) = 151+103+48=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976730 is #6898CF. Grayscale: #6F6F6F. Windows color (decimal): -6854864 or 3172247. OLE color: 3172247.

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

Color convert

RGB 151 103 48 -
CMYK 0 0.32 0.68 0.41
HSL 32.04º 0.52% 0.39% -
HSV(B) 32.04º 0.68% 0.59% -
XYZ 18.15 16.49 5.02 -
YUV 111.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 151 103 48 0 0.32 0.68 0.41 32.04 0.52 0.39
Hex 97 67 30 0 20 44 29 20 34 27
Octal 227 147 60 0 40 104 51 40 64 47
Binary 10010111 1100111 110000 0 100000 1000100 101001 100000 110100 100111

Color Harmonies of #976730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976730

Black with #976730

Text Example


Text Example

White with #976730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976730; }

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

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

background-color css

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

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

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

border-color css

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

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

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