Html Css Color HEX #9C703C Buttered Rum

📋 copy color: '#9C703C'

red 156 ◦ green 112 ◦ blue 60

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

Shades of Buttered Rum #9C703C

Tints of Buttered Rum #9C703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 47.56%
G = 34.15%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C703C (or 0x9C703C) is known color: Buttered Rum. HEX triplet: 9C, 70 and 3C. RGB value is (156,112,60). Sum of RGB (Red+Green+Blue) = 156+112+60=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C703C is #638FC3. Grayscale: #777777. Windows color (decimal): -6524868 or 3960988. OLE color: 3960988.

HSL color Cylindrical-coordinate representation of color #9C703C: hue angle of 32.5º 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 #9C703C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 60 -
CMYK 0 0.28 0.62 0.39
HSL 32.5º 0.44% 0.42% -
HSV(B) 32.5º 0.62% 0.61% -
XYZ 20.32 18.98 6.87 -
YUV 119.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 156 112 60 0 0.28 0.62 0.39 32.5 0.44 0.42
Hex 9C 70 3C 0 1C 3E 27 20 2C 2A
Octal 234 160 74 0 34 76 47 40 54 52
Binary 10011100 1110000 111100 0 11100 111110 100111 100000 101100 101010

Color Harmonies of #9C703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C703C

Black with #9C703C

Text Example


Text Example

White with #9C703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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