Html Css Color HEX #956933 Buttered Rum

📋 copy color: '#956933'

red 149 ◦ green 105 ◦ blue 51

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

Shades of Buttered Rum #956933

Tints of Buttered Rum #956933

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 48.85%
G = 34.43%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#956933 (or 0x956933) is known color: Buttered Rum. HEX triplet: 95, 69 and 33. RGB value is (149,105,51). Sum of RGB (Red+Green+Blue) = 149+105+51=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #956933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956933 is #6A96CC. Grayscale: #707070. Windows color (decimal): -6985421 or 3369365. OLE color: 3369365.

HSL color Cylindrical-coordinate representation of color #956933: hue angle of 33.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #956933 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 51 -
CMYK 0 0.30 0.66 0.42
HSL 33.06º 0.49% 0.39% -
HSV(B) 33.06º 0.66% 0.58% -
XYZ 18.04 16.73 5.41 -
YUV 112 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 149 105 51 0 0.30 0.66 0.42 33.06 0.49 0.39
Hex 95 69 33 0 1E 42 2A 21 31 27
Octal 225 151 63 0 36 102 52 41 61 47
Binary 10010101 1101001 110011 0 11110 1000010 101010 100001 110001 100111

Color Harmonies of #956933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956933

Black with #956933

Text Example


Text Example

White with #956933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956933; }

 p { color: rgb(149,105,51); }

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

background-color css

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

 a { background-color: rgb(149,105,51); }

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

border-color css

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

 span { border-color: rgb(149,105,51); }

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