Html Css Color HEX #96793B Buttered Rum

📋 copy color: '#96793B'

red 150 ◦ green 121 ◦ blue 59

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

Shades of Buttered Rum #96793B

Tints of Buttered Rum #96793B

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 45.45%
G = 36.67%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96793B (or 0x96793B) is known color: Buttered Rum. HEX triplet: 96, 79 and 3B. RGB value is (150,121,59). Sum of RGB (Red+Green+Blue) = 150+121+59=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96793B is #6986C4. Grayscale: #7A7A7A. Windows color (decimal): -6915781 or 3897750. OLE color: 3897750.

HSL color Cylindrical-coordinate representation of color #96793B: hue angle of 40.88º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96793B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 59 -
CMYK 0 0.19 0.61 0.41
HSL 40.88º 0.44% 0.41% -
HSV(B) 40.88º 0.61% 0.59% -
XYZ 20.2 20.47 7.02 -
YUV 122.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 150 121 59 0 0.19 0.61 0.41 40.88 0.44 0.41
Hex 96 79 3B 0 13 3D 29 29 2C 29
Octal 226 171 73 0 23 75 51 51 54 51
Binary 10010110 1111001 111011 0 10011 111101 101001 101001 101100 101001

Color Harmonies of #96793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96793B

Black with #96793B

Text Example


Text Example

White with #96793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96793B; }

 p { color: rgb(150,121,59); }

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

background-color css

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

 a { background-color: rgb(150,121,59); }

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

border-color css

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

 span { border-color: rgb(150,121,59); }

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