Html Css Color HEX #976832 Buttered Rum

📋 copy color: '#976832'

red 151 ◦ green 104 ◦ blue 50

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

Shades of Buttered Rum #976832

Tints of Buttered Rum #976832

RGB

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

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

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

R = 49.51%
G = 34.1%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#976832 (or 0x976832) is known color: Buttered Rum. HEX triplet: 97, 68 and 32. RGB value is (151,104,50). Sum of RGB (Red+Green+Blue) = 151+104+50=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #976832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976832 is #6897CD. Grayscale: #707070. Windows color (decimal): -6854606 or 3303575. OLE color: 3303575.

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

Color convert

RGB 151 104 50 -
CMYK 0 0.31 0.67 0.41
HSL 32.08º 0.5% 0.39% -
HSV(B) 32.08º 0.67% 0.59% -
XYZ 18.29 16.71 5.28 -
YUV 111.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 151 104 50 0 0.31 0.67 0.41 32.08 0.5 0.39
Hex 97 68 32 0 1F 43 29 20 32 27
Octal 227 150 62 0 37 103 51 40 62 47
Binary 10010111 1101000 110010 0 11111 1000011 101001 100000 110010 100111

Color Harmonies of #976832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976832

Black with #976832

Text Example


Text Example

White with #976832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976832; }

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

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

background-color css

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

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

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

border-color css

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

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

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