Html Css Color HEX #956F30 Buttered Rum

📋 copy color: '#956F30'

red 149 ◦ green 111 ◦ blue 48

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

Shades of Buttered Rum #956F30

Tints of Buttered Rum #956F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 48.38%
G = 36.04%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956F30 (or 0x956F30) is known color: Buttered Rum. HEX triplet: 95, 6F and 30. RGB value is (149,111,48). Sum of RGB (Red+Green+Blue) = 149+111+48=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #956F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F30 is #6A90CF. Grayscale: #737373. Windows color (decimal): -6983888 or 3174293. OLE color: 3174293.

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

Color convert

RGB 149 111 48 -
CMYK 0 0.26 0.68 0.42
HSL 37.43º 0.51% 0.39% -
HSV(B) 37.43º 0.68% 0.58% -
XYZ 18.61 17.97 5.28 -
YUV 115.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 149 111 48 0 0.26 0.68 0.42 37.43 0.51 0.39
Hex 95 6F 30 0 1A 44 2A 25 33 27
Octal 225 157 60 0 32 104 52 45 63 47
Binary 10010101 1101111 110000 0 11010 1000100 101010 100101 110011 100111

Color Harmonies of #956F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F30

Black with #956F30

Text Example


Text Example

White with #956F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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