Html Css Color HEX #956F2E Buttered Rum

📋 copy color: '#956F2E'

red 149 ◦ green 111 ◦ blue 46

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

Shades of Buttered Rum #956F2E

Tints of Buttered Rum #956F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 48.69%
G = 36.27%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#956F2E (or 0x956F2E) is known color: Buttered Rum. HEX triplet: 95, 6F and 2E. RGB value is (149,111,46). Sum of RGB (Red+Green+Blue) = 149+111+46=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #956F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F2E is #6A90D1. Grayscale: #737373. Windows color (decimal): -6983890 or 3043221. OLE color: 3043221.

HSL color Cylindrical-coordinate representation of color #956F2E: hue angle of 37.86º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #956F2E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 46 -
CMYK 0 0.26 0.69 0.42
HSL 37.86º 0.53% 0.38% -
HSV(B) 37.86º 0.69% 0.58% -
XYZ 18.57 17.96 5.07 -
YUV 114.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 149 111 46 0 0.26 0.69 0.42 37.86 0.53 0.38
Hex 95 6F 2E 0 1A 45 2A 26 35 26
Octal 225 157 56 0 32 105 52 46 65 46
Binary 10010101 1101111 101110 0 11010 1000101 101010 100110 110101 100110

Color Harmonies of #956F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F2E

Black with #956F2E

Text Example


Text Example

White with #956F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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