Html Css Color HEX #966932 Buttered Rum

📋 copy color: '#966932'

red 150 ◦ green 105 ◦ blue 50

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

Shades of Buttered Rum #966932

Tints of Buttered Rum #966932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 49.18%
G = 34.43%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#966932 (or 0x966932) is known color: Buttered Rum. HEX triplet: 96, 69 and 32. RGB value is (150,105,50). Sum of RGB (Red+Green+Blue) = 150+105+50=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #966932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966932 is #6996CD. Grayscale: #707070. Windows color (decimal): -6919886 or 3303830. OLE color: 3303830.

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

Color convert

RGB 150 105 50 -
CMYK 0 0.30 0.67 0.41
HSL 33º 0.5% 0.39% -
HSV(B) 33º 0.67% 0.59% -
XYZ 18.2 16.82 5.3 -
YUV 112.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 150 105 50 0 0.30 0.67 0.41 33 0.5 0.39
Hex 96 69 32 0 1E 43 29 21 32 27
Octal 226 151 62 0 36 103 51 41 62 47
Binary 10010110 1101001 110010 0 11110 1000011 101001 100001 110010 100111

Color Harmonies of #966932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966932

Black with #966932

Text Example


Text Example

White with #966932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966932; }

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

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

background-color css

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

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

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

border-color css

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

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

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