Html Css Color HEX #9F6928 Buttered Rum

📋 copy color: '#9F6928'

red 159 ◦ green 105 ◦ blue 40

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

Shades of Buttered Rum #9F6928

Tints of Buttered Rum #9F6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 52.3%
G = 34.54%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F6928 (or 0x9F6928) is known color: Buttered Rum. HEX triplet: 9F, 69 and 28. RGB value is (159,105,40). Sum of RGB (Red+Green+Blue) = 159+105+40=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6928 is #6096D7. Grayscale: #727272. Windows color (decimal): -6330072 or 2648479. OLE color: 2648479.

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

Color convert

RGB 159 105 40 -
CMYK 0 0.34 0.75 0.38
HSL 32.77º 0.6% 0.39% -
HSV(B) 32.77º 0.75% 0.62% -
XYZ 19.73 17.63 4.37 -
YUV 113.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 159 105 40 0 0.34 0.75 0.38 32.77 0.6 0.39
Hex 9F 69 28 0 22 4B 26 21 3C 27
Octal 237 151 50 0 42 113 46 41 74 47
Binary 10011111 1101001 101000 0 100010 1001011 100110 100001 111100 100111

Color Harmonies of #9F6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6928

Black with #9F6928

Text Example


Text Example

White with #9F6928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,40); }

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

background-color css

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

 a { background-color: rgb(159,105,40); }

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

border-color css

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

 span { border-color: rgb(159,105,40); }

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