Html Css Color HEX #956A2D Buttered Rum

📋 copy color: '#956A2D'

red 149 ◦ green 106 ◦ blue 45

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

Shades of Buttered Rum #956A2D

Tints of Buttered Rum #956A2D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 49.67%
G = 35.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#956A2D (or 0x956A2D) is known color: Buttered Rum. HEX triplet: 95, 6A and 2D. RGB value is (149,106,45). Sum of RGB (Red+Green+Blue) = 149+106+45=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A2D is #6A95D2. Grayscale: #707070. Windows color (decimal): -6985171 or 2976405. OLE color: 2976405.

HSL color Cylindrical-coordinate representation of color #956A2D: hue angle of 35.19º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #956A2D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 45 -
CMYK 0 0.29 0.70 0.42
HSL 35.19º 0.54% 0.38% -
HSV(B) 35.19º 0.7% 0.58% -
XYZ 18.02 16.89 4.79 -
YUV 111.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 149 106 45 0 0.29 0.70 0.42 35.19 0.54 0.38
Hex 95 6A 2D 0 1D 46 2A 23 36 26
Octal 225 152 55 0 35 106 52 43 66 46
Binary 10010101 1101010 101101 0 11101 1000110 101010 100011 110110 100110

Color Harmonies of #956A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A2D

Black with #956A2D

Text Example


Text Example

White with #956A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,45); }

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

background-color css

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

 a { background-color: rgb(149,106,45); }

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

border-color css

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

 span { border-color: rgb(149,106,45); }

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