Html Css Color HEX #96773B Buttered Rum

📋 copy color: '#96773B'

red 150 ◦ green 119 ◦ blue 59

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

Shades of Buttered Rum #96773B

Tints of Buttered Rum #96773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 45.73%
G = 36.28%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96773B (or 0x96773B) is known color: Buttered Rum. HEX triplet: 96, 77 and 3B. RGB value is (150,119,59). Sum of RGB (Red+Green+Blue) = 150+119+59=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96773B is #6988C4. Grayscale: #797979. Windows color (decimal): -6916293 or 3897238. OLE color: 3897238.

HSL color Cylindrical-coordinate representation of color #96773B: hue angle of 39.56º 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 #96773B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 59 -
CMYK 0 0.21 0.61 0.41
HSL 39.56º 0.44% 0.41% -
HSV(B) 39.56º 0.61% 0.59% -
XYZ 19.96 19.99 6.94 -
YUV 121.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 150 119 59 0 0.21 0.61 0.41 39.56 0.44 0.41
Hex 96 77 3B 0 15 3D 29 28 2C 29
Octal 226 167 73 0 25 75 51 50 54 51
Binary 10010110 1110111 111011 0 10101 111101 101001 101000 101100 101001

Color Harmonies of #96773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96773B

Black with #96773B

Text Example


Text Example

White with #96773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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