Html Css Color HEX #9A703C Buttered Rum

📋 copy color: '#9A703C'

red 154 ◦ green 112 ◦ blue 60

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

Shades of Buttered Rum #9A703C

Tints of Buttered Rum #9A703C

RGB

 RED value IS 154 (60.55% from 255) = 47.24%

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

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

R = 47.24%
G = 34.36%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A703C (or 0x9A703C) is known color: Buttered Rum. HEX triplet: 9A, 70 and 3C. RGB value is (154,112,60). Sum of RGB (Red+Green+Blue) = 154+112+60=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A703C is #658FC3. Grayscale: #767676. Windows color (decimal): -6655940 or 3960986. OLE color: 3960986.

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

Color convert

RGB 154 112 60 -
CMYK 0 0.27 0.61 0.40
HSL 33.19º 0.44% 0.42% -
HSV(B) 33.19º 0.61% 0.6% -
XYZ 19.94 18.78 6.85 -
YUV 118.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 154 112 60 0 0.27 0.61 0.40 33.19 0.44 0.42
Hex 9A 70 3C 0 1B 3D 28 21 2C 2A
Octal 232 160 74 0 33 75 50 41 54 52
Binary 10011010 1110000 111100 0 11011 111101 101000 100001 101100 101010

Color Harmonies of #9A703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A703C

Black with #9A703C

Text Example


Text Example

White with #9A703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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