Html Css Color HEX #967332 Buttered Rum

📋 copy color: '#967332'

red 150 ◦ green 115 ◦ blue 50

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

Shades of Buttered Rum #967332

Tints of Buttered Rum #967332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 47.62%
G = 36.51%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#967332 (or 0x967332) is known color: Buttered Rum. HEX triplet: 96, 73 and 32. RGB value is (150,115,50). Sum of RGB (Red+Green+Blue) = 150+115+50=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967332 is #698CCD. Grayscale: #767676. Windows color (decimal): -6917326 or 3306390. OLE color: 3306390.

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

Color convert

RGB 150 115 50 -
CMYK 0 0.23 0.67 0.41
HSL 39º 0.5% 0.39% -
HSV(B) 39º 0.67% 0.59% -
XYZ 19.28 18.98 5.66 -
YUV 118.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 150 115 50 0 0.23 0.67 0.41 39 0.5 0.39
Hex 96 73 32 0 17 43 29 27 32 27
Octal 226 163 62 0 27 103 51 47 62 47
Binary 10010110 1110011 110010 0 10111 1000011 101001 100111 110010 100111

Color Harmonies of #967332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967332

Black with #967332

Text Example


Text Example

White with #967332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967332; }

 p { color: rgb(150,115,50); }

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

background-color css

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

 a { background-color: rgb(150,115,50); }

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

border-color css

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

 span { border-color: rgb(150,115,50); }

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