Html Css Color HEX #976A29 Buttered Rum

📋 copy color: '#976A29'

red 151 ◦ green 106 ◦ blue 41

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

Shades of Buttered Rum #976A29

Tints of Buttered Rum #976A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 50.67%
G = 35.57%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#976A29 (or 0x976A29) is known color: Buttered Rum. HEX triplet: 97, 6A and 29. RGB value is (151,106,41). Sum of RGB (Red+Green+Blue) = 151+106+41=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #976A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A29 is #6895D6. Grayscale: #707070. Windows color (decimal): -6854103 or 2714263. OLE color: 2714263.

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

Color convert

RGB 151 106 41 -
CMYK 0 0.30 0.73 0.41
HSL 35.45º 0.57% 0.38% -
HSV(B) 35.45º 0.73% 0.59% -
XYZ 18.32 17.05 4.42 -
YUV 112.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 151 106 41 0 0.30 0.73 0.41 35.45 0.57 0.38
Hex 97 6A 29 0 1E 49 29 23 39 26
Octal 227 152 51 0 36 111 51 43 71 46
Binary 10010111 1101010 101001 0 11110 1001001 101001 100011 111001 100110

Color Harmonies of #976A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A29

Black with #976A29

Text Example


Text Example

White with #976A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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