Html Css Color HEX #9F6C2C Buttered Rum

📋 copy color: '#9F6C2C'

red 159 ◦ green 108 ◦ blue 44

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

Shades of Buttered Rum #9F6C2C

Tints of Buttered Rum #9F6C2C

RGB

 RED value IS 159 (62.5% from 255) = 51.13%

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

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

R = 51.13%
G = 34.73%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F6C2C (or 0x9F6C2C) is known color: Buttered Rum. HEX triplet: 9F, 6C and 2C. RGB value is (159,108,44). Sum of RGB (Red+Green+Blue) = 159+108+44=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C2C is #6093D3. Grayscale: #747474. Windows color (decimal): -6329300 or 2911391. OLE color: 2911391.

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

Color convert

RGB 159 108 44 -
CMYK 0 0.32 0.72 0.38
HSL 33.39º 0.57% 0.4% -
HSV(B) 33.39º 0.72% 0.62% -
XYZ 20.12 18.28 4.85 -
YUV 115.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 159 108 44 0 0.32 0.72 0.38 33.39 0.57 0.4
Hex 9F 6C 2C 0 20 48 26 21 39 28
Octal 237 154 54 0 40 110 46 41 71 50
Binary 10011111 1101100 101100 0 100000 1001000 100110 100001 111001 101000

Color Harmonies of #9F6C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C2C

Black with #9F6C2C

Text Example


Text Example

White with #9F6C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,44); }

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

background-color css

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

 a { background-color: rgb(159,108,44); }

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

border-color css

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

 span { border-color: rgb(159,108,44); }

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