Html Css Color HEX #96753F Buttered Rum

📋 copy color: '#96753F'

red 150 ◦ green 117 ◦ blue 63

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

Shades of Buttered Rum #96753F

Tints of Buttered Rum #96753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 45.45%
G = 35.45%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96753F (or 0x96753F) is known color: Buttered Rum. HEX triplet: 96, 75 and 3F. RGB value is (150,117,63). Sum of RGB (Red+Green+Blue) = 150+117+63=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96753F is #698AC0. Grayscale: #787878. Windows color (decimal): -6916801 or 4158870. OLE color: 4158870.

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

Color convert

RGB 150 117 63 -
CMYK 0 0.22 0.58 0.41
HSL 37.24º 0.41% 0.42% -
HSV(B) 37.24º 0.58% 0.59% -
XYZ 19.84 19.57 7.43 -
YUV 120.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 150 117 63 0 0.22 0.58 0.41 37.24 0.41 0.42
Hex 96 75 3F 0 16 3A 29 25 29 2A
Octal 226 165 77 0 26 72 51 45 51 52
Binary 10010110 1110101 111111 0 10110 111010 101001 100101 101001 101010

Color Harmonies of #96753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96753F

Black with #96753F

Text Example


Text Example

White with #96753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96753F; }

 p { color: rgb(150,117,63); }

 H1.HeaderClassName
 {
   color: #96753F;
 }
 .AnyTagClassName
 {
   color: #96753F;
 }
</style>

background-color css

<style>
 a { background-color: #96753F; }

 a { background-color: rgb(150,117,63); }

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

border-color css

<style>
 span { border-color: #96753F; }

 span { border-color: rgb(150,117,63); }

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