Html Css Color HEX #956D30 Buttered Rum

📋 copy color: '#956D30'

red 149 ◦ green 109 ◦ blue 48

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

Shades of Buttered Rum #956D30

Tints of Buttered Rum #956D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 48.69%
G = 35.62%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956D30 (or 0x956D30) is known color: Buttered Rum. HEX triplet: 95, 6D and 30. RGB value is (149,109,48). Sum of RGB (Red+Green+Blue) = 149+109+48=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #956D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D30 is #6A92CF. Grayscale: #727272. Windows color (decimal): -6984400 or 3173781. OLE color: 3173781.

HSL color Cylindrical-coordinate representation of color #956D30: hue angle of 36.24º 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 #956D30 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 48 -
CMYK 0 0.27 0.68 0.42
HSL 36.24º 0.51% 0.39% -
HSV(B) 36.24º 0.68% 0.58% -
XYZ 18.4 17.54 5.21 -
YUV 114.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 149 109 48 0 0.27 0.68 0.42 36.24 0.51 0.39
Hex 95 6D 30 0 1B 44 2A 24 33 27
Octal 225 155 60 0 33 104 52 44 63 47
Binary 10010101 1101101 110000 0 11011 1000100 101010 100100 110011 100111

Color Harmonies of #956D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D30

Black with #956D30

Text Example


Text Example

White with #956D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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