Html Css Color HEX #96793E Buttered Rum

📋 copy color: '#96793E'

red 150 ◦ green 121 ◦ blue 62

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

Shades of Buttered Rum #96793E

Tints of Buttered Rum #96793E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 45.05%
G = 36.34%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96793E (or 0x96793E) is known color: Buttered Rum. HEX triplet: 96, 79 and 3E. RGB value is (150,121,62). Sum of RGB (Red+Green+Blue) = 150+121+62=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96793E is #6986C1. Grayscale: #7B7B7B. Windows color (decimal): -6915778 or 4094358. OLE color: 4094358.

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

Color convert

RGB 150 121 62 -
CMYK 0 0.19 0.59 0.41
HSL 40.23º 0.42% 0.42% -
HSV(B) 40.23º 0.59% 0.59% -
XYZ 20.28 20.51 7.45 -
YUV 122.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 150 121 62 0 0.19 0.59 0.41 40.23 0.42 0.42
Hex 96 79 3E 0 13 3B 29 28 2A 2A
Octal 226 171 76 0 23 73 51 50 52 52
Binary 10010110 1111001 111110 0 10011 111011 101001 101000 101010 101010

Color Harmonies of #96793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96793E

Black with #96793E

Text Example


Text Example

White with #96793E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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