Html Css Color HEX #9F6C22 Buttered Rum

📋 copy color: '#9F6C22'

red 159 ◦ green 108 ◦ blue 34

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

Shades of Buttered Rum #9F6C22

Tints of Buttered Rum #9F6C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 52.82%
G = 35.88%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F6C22 (or 0x9F6C22) is known color: Buttered Rum. HEX triplet: 9F, 6C and 22. RGB value is (159,108,34). Sum of RGB (Red+Green+Blue) = 159+108+34=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C22 is #6093DD. Grayscale: #737373. Windows color (decimal): -6329310 or 2256031. OLE color: 2256031.

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

Color convert

RGB 159 108 34 -
CMYK 0 0.32 0.79 0.38
HSL 35.52º 0.65% 0.38% -
HSV(B) 35.52º 0.79% 0.62% -
XYZ 19.95 18.21 3.98 -
YUV 114.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 159 108 34 0 0.32 0.79 0.38 35.52 0.65 0.38
Hex 9F 6C 22 0 20 4F 26 24 41 26
Octal 237 154 42 0 40 117 46 44 101 46
Binary 10011111 1101100 100010 0 100000 1001111 100110 100100 1000001 100110

Color Harmonies of #9F6C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C22

Black with #9F6C22

Text Example


Text Example

White with #9F6C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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