Html Css Color HEX #9D682C Buttered Rum

📋 copy color: '#9D682C'

red 157 ◦ green 104 ◦ blue 44

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

Shades of Buttered Rum #9D682C

Tints of Buttered Rum #9D682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 51.48%
G = 34.1%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9D682C (or 0x9D682C) is known color: Buttered Rum. HEX triplet: 9D, 68 and 2C. RGB value is (157,104,44). Sum of RGB (Red+Green+Blue) = 157+104+44=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D682C is #6297D3. Grayscale: #717171. Windows color (decimal): -6461396 or 2910365. OLE color: 2910365.

HSL color Cylindrical-coordinate representation of color #9D682C: hue angle of 31.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D682C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 104 44 -
CMYK 0 0.34 0.72 0.38
HSL 31.86º 0.56% 0.39% -
HSV(B) 31.86º 0.72% 0.62% -
XYZ 19.31 17.25 4.69 -
YUV 113.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 157 104 44 0 0.34 0.72 0.38 31.86 0.56 0.39
Hex 9D 68 2C 0 22 48 26 20 38 27
Octal 235 150 54 0 42 110 46 40 70 47
Binary 10011101 1101000 101100 0 100010 1001000 100110 100000 111000 100111

Color Harmonies of #9D682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D682C

Black with #9D682C

Text Example


Text Example

White with #9D682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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