Html Css Color HEX #9C753C Buttered Rum

📋 copy color: '#9C753C'

red 156 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #9C753C

Tints of Buttered Rum #9C753C

RGB

 RED value IS 156 (61.33% from 255) = 46.85%

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

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

R = 46.85%
G = 35.14%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C753C (or 0x9C753C) is known color: Buttered Rum. HEX triplet: 9C, 75 and 3C. RGB value is (156,117,60). Sum of RGB (Red+Green+Blue) = 156+117+60=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C753C is #638AC3. Grayscale: #7A7A7A. Windows color (decimal): -6523588 or 3962268. OLE color: 3962268.

HSL color Cylindrical-coordinate representation of color #9C753C: hue angle of 35.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C753C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 60 -
CMYK 0 0.25 0.62 0.39
HSL 35.63º 0.44% 0.42% -
HSV(B) 35.63º 0.62% 0.61% -
XYZ 20.89 20.12 7.06 -
YUV 122.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 156 117 60 0 0.25 0.62 0.39 35.63 0.44 0.42
Hex 9C 75 3C 0 19 3E 27 24 2C 2A
Octal 234 165 74 0 31 76 47 44 54 52
Binary 10011100 1110101 111100 0 11001 111110 100111 100100 101100 101010

Color Harmonies of #9C753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C753C

Black with #9C753C

Text Example


Text Example

White with #9C753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C753C; }

 p { color: rgb(156,117,60); }

 H1.HeaderClassName
 {
   color: #9C753C;
 }
 .AnyTagClassName
 {
   color: #9C753C;
 }
</style>

background-color css

<style>
 a { background-color: #9C753C; }

 a { background-color: rgb(156,117,60); }

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

border-color css

<style>
 span { border-color: #9C753C; }

 span { border-color: rgb(156,117,60); }

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