Html Css Color HEX #9D682F Buttered Rum

📋 copy color: '#9D682F'

red 157 ◦ green 104 ◦ blue 47

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

Shades of Buttered Rum #9D682F

Tints of Buttered Rum #9D682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 50.97%
G = 33.77%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9D682F (or 0x9D682F) is known color: Buttered Rum. HEX triplet: 9D, 68 and 2F. RGB value is (157,104,47). Sum of RGB (Red+Green+Blue) = 157+104+47=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D682F is #6297D0. Grayscale: #717171. Windows color (decimal): -6461393 or 3106973. OLE color: 3106973.

HSL color Cylindrical-coordinate representation of color #9D682F: hue angle of 31.09º 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 #9D682F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 104 47 -
CMYK 0 0.34 0.70 0.38
HSL 31.09º 0.54% 0.4% -
HSV(B) 31.09º 0.7% 0.62% -
XYZ 19.37 17.27 5 -
YUV 113.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 157 104 47 0 0.34 0.70 0.38 31.09 0.54 0.4
Hex 9D 68 2F 0 22 46 26 1F 36 28
Octal 235 150 57 0 42 106 46 37 66 50
Binary 10011101 1101000 101111 0 100010 1000110 100110 11111 110110 101000

Color Harmonies of #9D682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D682F

Black with #9D682F

Text Example


Text Example

White with #9D682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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