Html Css Color HEX #966731 Buttered Rum

📋 copy color: '#966731'

red 150 ◦ green 103 ◦ blue 49

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

Shades of Buttered Rum #966731

Tints of Buttered Rum #966731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 49.67%
G = 34.11%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#966731 (or 0x966731) is known color: Buttered Rum. HEX triplet: 96, 67 and 31. RGB value is (150,103,49). Sum of RGB (Red+Green+Blue) = 150+103+49=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966731 is #6998CE. Grayscale: #6F6F6F. Windows color (decimal): -6920399 or 3237782. OLE color: 3237782.

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

Color convert

RGB 150 103 49 -
CMYK 0 0.31 0.67 0.41
HSL 32.08º 0.51% 0.39% -
HSV(B) 32.08º 0.67% 0.59% -
XYZ 17.98 16.41 5.12 -
YUV 110.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 150 103 49 0 0.31 0.67 0.41 32.08 0.51 0.39
Hex 96 67 31 0 1F 43 29 20 33 27
Octal 226 147 61 0 37 103 51 40 63 47
Binary 10010110 1100111 110001 0 11111 1000011 101001 100000 110011 100111

Color Harmonies of #966731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966731

Black with #966731

Text Example


Text Example

White with #966731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966731; }

 p { color: rgb(150,103,49); }

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

background-color css

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

 a { background-color: rgb(150,103,49); }

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

border-color css

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

 span { border-color: rgb(150,103,49); }

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