Html Css Color HEX #956C2A Buttered Rum

📋 copy color: '#956C2A'

red 149 ◦ green 108 ◦ blue 42

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

Shades of Buttered Rum #956C2A

Tints of Buttered Rum #956C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 49.83%
G = 36.12%
B = 14.05%

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

#956C2A (or 0x956C2A) is known color: Buttered Rum. HEX triplet: 95, 6C and 2A. RGB value is (149,108,42). Sum of RGB (Red+Green+Blue) = 149+108+42=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #956C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C2A is #6A93D5. Grayscale: #717171. Windows color (decimal): -6984662 or 2780309. OLE color: 2780309.

HSL color Cylindrical-coordinate representation of color #956C2A: hue angle of 37.01º degrees, saturation: 0.56, 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 #956C2A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 42 -
CMYK 0 0.28 0.72 0.42
HSL 37.01º 0.56% 0.37% -
HSV(B) 37.01º 0.72% 0.58% -
XYZ 18.17 17.28 4.57 -
YUV 112.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 149 108 42 0 0.28 0.72 0.42 37.01 0.56 0.37
Hex 95 6C 2A 0 1C 48 2A 25 38 25
Octal 225 154 52 0 34 110 52 45 70 45
Binary 10010101 1101100 101010 0 11100 1001000 101010 100101 111000 100101

Color Harmonies of #956C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C2A

Black with #956C2A

Text Example


Text Example

White with #956C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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