Html Css Color HEX #967037 Buttered Rum

📋 copy color: '#967037'

red 150 ◦ green 112 ◦ blue 55

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

Shades of Buttered Rum #967037

Tints of Buttered Rum #967037

RGB

 RED value IS 150 (58.98% from 255) = 47.32%

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 47.32%
G = 35.33%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#967037 (or 0x967037) is known color: Buttered Rum. HEX triplet: 96, 70 and 37. RGB value is (150,112,55). Sum of RGB (Red+Green+Blue) = 150+112+55=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967037 is #698FC8. Grayscale: #757575. Windows color (decimal): -6918089 or 3633302. OLE color: 3633302.

HSL color Cylindrical-coordinate representation of color #967037: hue angle of 36º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #967037 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 55 -
CMYK 0 0.25 0.63 0.41
HSL 36º 0.46% 0.4% -
HSV(B) 36º 0.63% 0.59% -
XYZ 19.06 18.35 6.15 -
YUV 116.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 150 112 55 0 0.25 0.63 0.41 36 0.46 0.4
Hex 96 70 37 0 19 3F 29 24 2E 28
Octal 226 160 67 0 31 77 51 44 56 50
Binary 10010110 1110000 110111 0 11001 111111 101001 100100 101110 101000

Color Harmonies of #967037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967037

Black with #967037

Text Example


Text Example

White with #967037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967037; }

 p { color: rgb(150,112,55); }

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

background-color css

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

 a { background-color: rgb(150,112,55); }

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

border-color css

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

 span { border-color: rgb(150,112,55); }

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