Html Css Color HEX #976932 Buttered Rum

📋 copy color: '#976932'

red 151 ◦ green 105 ◦ blue 50

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

Shades of Buttered Rum #976932

Tints of Buttered Rum #976932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 49.35%
G = 34.31%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#976932 (or 0x976932) is known color: Buttered Rum. HEX triplet: 97, 69 and 32. RGB value is (151,105,50). Sum of RGB (Red+Green+Blue) = 151+105+50=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976932 is #6896CD. Grayscale: #707070. Windows color (decimal): -6854350 or 3303831. OLE color: 3303831.

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

Color convert

RGB 151 105 50 -
CMYK 0 0.30 0.67 0.41
HSL 32.67º 0.5% 0.39% -
HSV(B) 32.67º 0.67% 0.59% -
XYZ 18.39 16.91 5.31 -
YUV 112.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 151 105 50 0 0.30 0.67 0.41 32.67 0.5 0.39
Hex 97 69 32 0 1E 43 29 21 32 27
Octal 227 151 62 0 36 103 51 41 62 47
Binary 10010111 1101001 110010 0 11110 1000011 101001 100001 110010 100111

Color Harmonies of #976932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976932

Black with #976932

Text Example


Text Example

White with #976932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976932; }

 p { color: rgb(151,105,50); }

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

background-color css

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

 a { background-color: rgb(151,105,50); }

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

border-color css

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

 span { border-color: rgb(151,105,50); }

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