Html Css Color HEX #96773C Buttered Rum

📋 copy color: '#96773C'

red 150 ◦ green 119 ◦ blue 60

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

Shades of Buttered Rum #96773C

Tints of Buttered Rum #96773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 45.59%
G = 36.17%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96773C (or 0x96773C) is known color: Buttered Rum. HEX triplet: 96, 77 and 3C. RGB value is (150,119,60). Sum of RGB (Red+Green+Blue) = 150+119+60=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96773C is #6988C3. Grayscale: #797979. Windows color (decimal): -6916292 or 3962774. OLE color: 3962774.

HSL color Cylindrical-coordinate representation of color #96773C: hue angle of 39.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96773C is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 60 -
CMYK 0 0.21 0.6 0.41
HSL 39.33º 0.43% 0.41% -
HSV(B) 39.33º 0.6% 0.59% -
XYZ 19.99 20 7.08 -
YUV 121.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 150 119 60 0 0.21 0.6 0.41 39.33 0.43 0.41
Hex 96 77 3C 0 15 3C 29 27 2B 29
Octal 226 167 74 0 25 74 51 47 53 51
Binary 10010110 1110111 111100 0 10101 111100 101001 100111 101011 101001

Color Harmonies of #96773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96773C

Black with #96773C

Text Example


Text Example

White with #96773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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