Html Css Color HEX #96763F Buttered Rum

📋 copy color: '#96763F'

red 150 ◦ green 118 ◦ blue 63

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

Shades of Buttered Rum #96763F

Tints of Buttered Rum #96763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 45.32%
G = 35.65%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96763F (or 0x96763F) is known color: Buttered Rum. HEX triplet: 96, 76 and 3F. RGB value is (150,118,63). Sum of RGB (Red+Green+Blue) = 150+118+63=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96763F is #6989C0. Grayscale: #797979. Windows color (decimal): -6916545 or 4159126. OLE color: 4159126.

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

Color convert

RGB 150 118 63 -
CMYK 0 0.21 0.58 0.41
HSL 37.93º 0.41% 0.42% -
HSV(B) 37.93º 0.58% 0.59% -
XYZ 19.95 19.8 7.47 -
YUV 121.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 150 118 63 0 0.21 0.58 0.41 37.93 0.41 0.42
Hex 96 76 3F 0 15 3A 29 26 29 2A
Octal 226 166 77 0 25 72 51 46 51 52
Binary 10010110 1110110 111111 0 10101 111010 101001 100110 101001 101010

Color Harmonies of #96763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96763F

Black with #96763F

Text Example


Text Example

White with #96763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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