Html Css Color HEX #96793D Buttered Rum

📋 copy color: '#96793D'

red 150 ◦ green 121 ◦ blue 61

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

Shades of Buttered Rum #96793D

Tints of Buttered Rum #96793D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 45.18%
G = 36.45%
B = 18.37%

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

#96793D (or 0x96793D) is known color: Buttered Rum. HEX triplet: 96, 79 and 3D. RGB value is (150,121,61). Sum of RGB (Red+Green+Blue) = 150+121+61=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96793D is #6986C2. Grayscale: #7B7B7B. Windows color (decimal): -6915779 or 4028822. OLE color: 4028822.

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

Color convert

RGB 150 121 61 -
CMYK 0 0.19 0.59 0.41
HSL 40.45º 0.42% 0.41% -
HSV(B) 40.45º 0.59% 0.59% -
XYZ 20.26 20.5 7.3 -
YUV 122.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 150 121 61 0 0.19 0.59 0.41 40.45 0.42 0.41
Hex 96 79 3D 0 13 3B 29 28 2A 29
Octal 226 171 75 0 23 73 51 50 52 51
Binary 10010110 1111001 111101 0 10011 111011 101001 101000 101010 101001

Color Harmonies of #96793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96793D

Black with #96793D

Text Example


Text Example

White with #96793D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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