Html Css Color HEX #9D6E2F Buttered Rum

📋 copy color: '#9D6E2F'

red 157 ◦ green 110 ◦ blue 47

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

Shades of Buttered Rum #9D6E2F

Tints of Buttered Rum #9D6E2F

RGB

 RED value IS 157 (61.72% from 255) = 50%

 GREEN value IS 110 (43.36% from 255) = 35.03%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 50%
G = 35.03%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9D6E2F (or 0x9D6E2F) is known color: Buttered Rum. HEX triplet: 9D, 6E and 2F. RGB value is (157,110,47). Sum of RGB (Red+Green+Blue) = 157+110+47=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E2F is #6291D0. Grayscale: #757575. Windows color (decimal): -6459857 or 3108509. OLE color: 3108509.

HSL color Cylindrical-coordinate representation of color #9D6E2F: hue angle of 34.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D6E2F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 110 47 -
CMYK 0 0.30 0.70 0.38
HSL 34.36º 0.54% 0.4% -
HSV(B) 34.36º 0.7% 0.62% -
XYZ 19.99 18.53 5.21 -
YUV 116.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 157 110 47 0 0.30 0.70 0.38 34.36 0.54 0.4
Hex 9D 6E 2F 0 1E 46 26 22 36 28
Octal 235 156 57 0 36 106 46 42 66 50
Binary 10011101 1101110 101111 0 11110 1000110 100110 100010 110110 101000

Color Harmonies of #9D6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E2F

Black with #9D6E2F

Text Example


Text Example

White with #9D6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,47); }

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

background-color css

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

 a { background-color: rgb(157,110,47); }

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

border-color css

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

 span { border-color: rgb(157,110,47); }

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