Html Css Color HEX #976F32 Buttered Rum

📋 copy color: '#976F32'

red 151 ◦ green 111 ◦ blue 50

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

Shades of Buttered Rum #976F32

Tints of Buttered Rum #976F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

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

R = 48.4%
G = 35.58%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#976F32 (or 0x976F32) is known color: Buttered Rum. HEX triplet: 97, 6F and 32. RGB value is (151,111,50). Sum of RGB (Red+Green+Blue) = 151+111+50=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #976F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F32 is #6890CD. Grayscale: #747474. Windows color (decimal): -6852814 or 3305367. OLE color: 3305367.

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

Color convert

RGB 151 111 50 -
CMYK 0 0.26 0.67 0.41
HSL 36.24º 0.5% 0.39% -
HSV(B) 36.24º 0.67% 0.59% -
XYZ 19.02 18.18 5.52 -
YUV 116.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 151 111 50 0 0.26 0.67 0.41 36.24 0.5 0.39
Hex 97 6F 32 0 1A 43 29 24 32 27
Octal 227 157 62 0 32 103 51 44 62 47
Binary 10010111 1101111 110010 0 11010 1000011 101001 100100 110010 100111

Color Harmonies of #976F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F32

Black with #976F32

Text Example


Text Example

White with #976F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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