Html Css Color HEX #967532 Buttered Rum

📋 copy color: '#967532'

red 150 ◦ green 117 ◦ blue 50

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

Shades of Buttered Rum #967532

Tints of Buttered Rum #967532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 47.32%
G = 36.91%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#967532 (or 0x967532) is known color: Buttered Rum. HEX triplet: 96, 75 and 32. RGB value is (150,117,50). Sum of RGB (Red+Green+Blue) = 150+117+50=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967532 is #698ACD. Grayscale: #777777. Windows color (decimal): -6916814 or 3306902. OLE color: 3306902.

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

Color convert

RGB 150 117 50 -
CMYK 0 0.22 0.67 0.41
HSL 40.2º 0.5% 0.39% -
HSV(B) 40.2º 0.67% 0.59% -
XYZ 19.51 19.44 5.74 -
YUV 119.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 150 117 50 0 0.22 0.67 0.41 40.2 0.5 0.39
Hex 96 75 32 0 16 43 29 28 32 27
Octal 226 165 62 0 26 103 51 50 62 47
Binary 10010110 1110101 110010 0 10110 1000011 101001 101000 110010 100111

Color Harmonies of #967532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967532

Black with #967532

Text Example


Text Example

White with #967532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967532; }

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

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

background-color css

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

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

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

border-color css

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

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

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