Html Css Color HEX #956A2F Buttered Rum

📋 copy color: '#956A2F'

red 149 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #956A2F

Tints of Buttered Rum #956A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 49.34%
G = 35.1%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956A2F (or 0x956A2F) is known color: Buttered Rum. HEX triplet: 95, 6A and 2F. RGB value is (149,106,47). Sum of RGB (Red+Green+Blue) = 149+106+47=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A2F is #6A95D0. Grayscale: #707070. Windows color (decimal): -6985169 or 3107477. OLE color: 3107477.

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

Color convert

RGB 149 106 47 -
CMYK 0 0.29 0.68 0.42
HSL 34.71º 0.52% 0.38% -
HSV(B) 34.71º 0.68% 0.58% -
XYZ 18.06 16.9 5 -
YUV 112.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 149 106 47 0 0.29 0.68 0.42 34.71 0.52 0.38
Hex 95 6A 2F 0 1D 44 2A 23 34 26
Octal 225 152 57 0 35 104 52 43 64 46
Binary 10010101 1101010 101111 0 11101 1000100 101010 100011 110100 100110

Color Harmonies of #956A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A2F

Black with #956A2F

Text Example


Text Example

White with #956A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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