Html Css Color HEX #9D6C38 Buttered Rum

📋 copy color: '#9D6C38'

red 157 ◦ green 108 ◦ blue 56

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

Shades of Buttered Rum #9D6C38

Tints of Buttered Rum #9D6C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 48.91%
G = 33.64%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9D6C38 (or 0x9D6C38) is known color: Buttered Rum. HEX triplet: 9D, 6C and 38. RGB value is (157,108,56). Sum of RGB (Red+Green+Blue) = 157+108+56=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6C38 is #6293C7. Grayscale: #747474. Windows color (decimal): -6460360 or 3697821. OLE color: 3697821.

HSL color Cylindrical-coordinate representation of color #9D6C38: hue angle of 30.89º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D6C38 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 108 56 -
CMYK 0 0.31 0.64 0.38
HSL 30.89º 0.47% 0.42% -
HSV(B) 30.89º 0.64% 0.62% -
XYZ 19.98 18.18 6.2 -
YUV 116.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 157 108 56 0 0.31 0.64 0.38 30.89 0.47 0.42
Hex 9D 6C 38 0 1F 40 26 1F 2F 2A
Octal 235 154 70 0 37 100 46 37 57 52
Binary 10011101 1101100 111000 0 11111 1000000 100110 11111 101111 101010

Color Harmonies of #9D6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6C38

Black with #9D6C38

Text Example


Text Example

White with #9D6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,56); }

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

background-color css

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

 a { background-color: rgb(157,108,56); }

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

border-color css

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

 span { border-color: rgb(157,108,56); }

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