Html Css Color HEX #956930 Buttered Rum

📋 copy color: '#956930'

red 149 ◦ green 105 ◦ blue 48

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

Shades of Buttered Rum #956930

Tints of Buttered Rum #956930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 49.34%
G = 34.77%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956930 (or 0x956930) is known color: Buttered Rum. HEX triplet: 95, 69 and 30. RGB value is (149,105,48). Sum of RGB (Red+Green+Blue) = 149+105+48=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956930 is #6A96CF. Grayscale: #6F6F6F. Windows color (decimal): -6985424 or 3172757. OLE color: 3172757.

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

Color convert

RGB 149 105 48 -
CMYK 0 0.30 0.68 0.42
HSL 33.86º 0.51% 0.39% -
HSV(B) 33.86º 0.68% 0.58% -
XYZ 17.98 16.71 5.07 -
YUV 111.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 149 105 48 0 0.30 0.68 0.42 33.86 0.51 0.39
Hex 95 69 30 0 1E 44 2A 22 33 27
Octal 225 151 60 0 36 104 52 42 63 47
Binary 10010101 1101001 110000 0 11110 1000100 101010 100010 110011 100111

Color Harmonies of #956930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956930

Black with #956930

Text Example


Text Example

White with #956930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956930; }

 p { color: rgb(149,105,48); }

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

background-color css

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

 a { background-color: rgb(149,105,48); }

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

border-color css

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

 span { border-color: rgb(149,105,48); }

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