Html Css Color HEX #956C29 Buttered Rum

📋 copy color: '#956C29'

red 149 ◦ green 108 ◦ blue 41

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

Shades of Buttered Rum #956C29

Tints of Buttered Rum #956C29

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 50%
G = 36.24%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#956C29 (or 0x956C29) is known color: Buttered Rum. HEX triplet: 95, 6C and 29. RGB value is (149,108,41). Sum of RGB (Red+Green+Blue) = 149+108+41=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #956C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C29 is #6A93D6. Grayscale: #707070. Windows color (decimal): -6984663 or 2714773. OLE color: 2714773.

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

Color convert

RGB 149 108 41 -
CMYK 0 0.28 0.72 0.42
HSL 37.22º 0.57% 0.37% -
HSV(B) 37.22º 0.72% 0.58% -
XYZ 18.16 17.27 4.48 -
YUV 112.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 149 108 41 0 0.28 0.72 0.42 37.22 0.57 0.37
Hex 95 6C 29 0 1C 48 2A 25 39 25
Octal 225 154 51 0 34 110 52 45 71 45
Binary 10010101 1101100 101001 0 11100 1001000 101010 100101 111001 100101

Color Harmonies of #956C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C29

Black with #956C29

Text Example


Text Example

White with #956C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,41); }

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

background-color css

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

 a { background-color: rgb(149,108,41); }

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

border-color css

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

 span { border-color: rgb(149,108,41); }

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