Html Css Color HEX #9E703D Buttered Rum

📋 copy color: '#9E703D'

red 158 ◦ green 112 ◦ blue 61

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

Shades of Buttered Rum #9E703D

Tints of Buttered Rum #9E703D

RGB

 RED value IS 158 (62.11% from 255) = 47.73%

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 47.73%
G = 33.84%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9E703D (or 0x9E703D) is known color: Buttered Rum. HEX triplet: 9E, 70 and 3D. RGB value is (158,112,61). Sum of RGB (Red+Green+Blue) = 158+112+61=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E703D is #618FC2. Grayscale: #787878. Windows color (decimal): -6393795 or 4026526. OLE color: 4026526.

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

Color convert

RGB 158 112 61 -
CMYK 0 0.29 0.61 0.38
HSL 31.55º 0.44% 0.43% -
HSV(B) 31.55º 0.61% 0.62% -
XYZ 20.74 19.19 7.03 -
YUV 119.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 158 112 61 0 0.29 0.61 0.38 31.55 0.44 0.43
Hex 9E 70 3D 0 1D 3D 26 20 2C 2B
Octal 236 160 75 0 35 75 46 40 54 53
Binary 10011110 1110000 111101 0 11101 111101 100110 100000 101100 101011

Color Harmonies of #9E703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E703D

Black with #9E703D

Text Example


Text Example

White with #9E703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,112,61); }

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

background-color css

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

 a { background-color: rgb(158,112,61); }

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

border-color css

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

 span { border-color: rgb(158,112,61); }

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