Html Css Color HEX #956B31 Buttered Rum

📋 copy color: '#956B31'

red 149 ◦ green 107 ◦ blue 49

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

Shades of Buttered Rum #956B31

Tints of Buttered Rum #956B31

RGB

 RED value IS 149 (58.59% from 255) = 48.85%

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 48.85%
G = 35.08%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#956B31 (or 0x956B31) is known color: Buttered Rum. HEX triplet: 95, 6B and 31. RGB value is (149,107,49). Sum of RGB (Red+Green+Blue) = 149+107+49=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #956B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B31 is #6A94CE. Grayscale: #717171. Windows color (decimal): -6984911 or 3238805. OLE color: 3238805.

HSL color Cylindrical-coordinate representation of color #956B31: hue angle of 34.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #956B31 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 49 -
CMYK 0 0.28 0.67 0.42
HSL 34.8º 0.51% 0.39% -
HSV(B) 34.8º 0.67% 0.58% -
XYZ 18.21 17.13 5.25 -
YUV 112.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 149 107 49 0 0.28 0.67 0.42 34.8 0.51 0.39
Hex 95 6B 31 0 1C 43 2A 23 33 27
Octal 225 153 61 0 34 103 52 43 63 47
Binary 10010101 1101011 110001 0 11100 1000011 101010 100011 110011 100111

Color Harmonies of #956B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B31

Black with #956B31

Text Example


Text Example

White with #956B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B31; }

 p { color: rgb(149,107,49); }

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

background-color css

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

 a { background-color: rgb(149,107,49); }

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

border-color css

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

 span { border-color: rgb(149,107,49); }

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