Html Css Color HEX #956F3A Buttered Rum

📋 copy color: '#956F3A'

red 149 ◦ green 111 ◦ blue 58

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

Shades of Buttered Rum #956F3A

Tints of Buttered Rum #956F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.91%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 46.86%
G = 34.91%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#956F3A (or 0x956F3A) is known color: Buttered Rum. HEX triplet: 95, 6F and 3A. RGB value is (149,111,58). Sum of RGB (Red+Green+Blue) = 149+111+58=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #956F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F3A is #6A90C5. Grayscale: #747474. Windows color (decimal): -6983878 or 3829653. OLE color: 3829653.

HSL color Cylindrical-coordinate representation of color #956F3A: hue angle of 34.95º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #956F3A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 58 -
CMYK 0 0.26 0.61 0.42
HSL 34.95º 0.44% 0.41% -
HSV(B) 34.95º 0.61% 0.58% -
XYZ 18.84 18.06 6.5 -
YUV 116.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 149 111 58 0 0.26 0.61 0.42 34.95 0.44 0.41
Hex 95 6F 3A 0 1A 3D 2A 23 2C 29
Octal 225 157 72 0 32 75 52 43 54 51
Binary 10010101 1101111 111010 0 11010 111101 101010 100011 101100 101001

Color Harmonies of #956F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F3A

Black with #956F3A

Text Example


Text Example

White with #956F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,58); }

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

background-color css

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

 a { background-color: rgb(149,111,58); }

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

border-color css

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

 span { border-color: rgb(149,111,58); }

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