Html Css Color HEX #96793C Buttered Rum

📋 copy color: '#96793C'

red 150 ◦ green 121 ◦ blue 60

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

Shades of Buttered Rum #96793C

Tints of Buttered Rum #96793C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 45.32%
G = 36.56%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96793C (or 0x96793C) is known color: Buttered Rum. HEX triplet: 96, 79 and 3C. RGB value is (150,121,60). Sum of RGB (Red+Green+Blue) = 150+121+60=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96793C is #6986C3. Grayscale: #7A7A7A. Windows color (decimal): -6915780 or 3963286. OLE color: 3963286.

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

Color convert

RGB 150 121 60 -
CMYK 0 0.19 0.6 0.41
HSL 40.67º 0.43% 0.41% -
HSV(B) 40.67º 0.6% 0.59% -
XYZ 20.23 20.49 7.16 -
YUV 122.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 150 121 60 0 0.19 0.6 0.41 40.67 0.43 0.41
Hex 96 79 3C 0 13 3C 29 29 2B 29
Octal 226 171 74 0 23 74 51 51 53 51
Binary 10010110 1111001 111100 0 10011 111100 101001 101001 101011 101001

Color Harmonies of #96793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96793C

Black with #96793C

Text Example


Text Example

White with #96793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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