Html Css Color HEX #956B28 Buttered Rum

📋 copy color: '#956B28'

red 149 ◦ green 107 ◦ blue 40

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

Shades of Buttered Rum #956B28

Tints of Buttered Rum #956B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 50.34%
G = 36.15%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#956B28 (or 0x956B28) is known color: Buttered Rum. HEX triplet: 95, 6B and 28. RGB value is (149,107,40). Sum of RGB (Red+Green+Blue) = 149+107+40=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #956B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B28 is #6A94D7. Grayscale: #707070. Windows color (decimal): -6984920 or 2648981. OLE color: 2648981.

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

Color convert

RGB 149 107 40 -
CMYK 0 0.28 0.73 0.42
HSL 36.88º 0.58% 0.37% -
HSV(B) 36.88º 0.73% 0.58% -
XYZ 18.04 17.06 4.35 -
YUV 111.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 149 107 40 0 0.28 0.73 0.42 36.88 0.58 0.37
Hex 95 6B 28 0 1C 49 2A 25 3A 25
Octal 225 153 50 0 34 111 52 45 72 45
Binary 10010101 1101011 101000 0 11100 1001001 101010 100101 111010 100101

Color Harmonies of #956B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B28

Black with #956B28

Text Example


Text Example

White with #956B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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