Html Css Color HEX #956829 Buttered Rum

📋 copy color: '#956829'

red 149 ◦ green 104 ◦ blue 41

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

Shades of Buttered Rum #956829

Tints of Buttered Rum #956829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

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

R = 50.68%
G = 35.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#956829 (or 0x956829) is known color: Buttered Rum. HEX triplet: 95, 68 and 29. RGB value is (149,104,41). Sum of RGB (Red+Green+Blue) = 149+104+41=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #956829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956829 is #6A97D6. Grayscale: #6E6E6E. Windows color (decimal): -6985687 or 2713749. OLE color: 2713749.

HSL color Cylindrical-coordinate representation of color #956829: hue angle of 35º 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 #956829 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 41 -
CMYK 0 0.30 0.72 0.42
HSL 35º 0.57% 0.37% -
HSV(B) 35º 0.72% 0.58% -
XYZ 17.74 16.45 4.34 -
YUV 110.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 149 104 41 0 0.30 0.72 0.42 35 0.57 0.37
Hex 95 68 29 0 1E 48 2A 23 39 25
Octal 225 150 51 0 36 110 52 43 71 45
Binary 10010101 1101000 101001 0 11110 1001000 101010 100011 111001 100101

Color Harmonies of #956829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956829

Black with #956829

Text Example


Text Example

White with #956829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956829; }

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

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

background-color css

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

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

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

border-color css

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

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

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