Html Css Color HEX #9F7629 Buttered Rum

📋 copy color: '#9F7629'

red 159 ◦ green 118 ◦ blue 41

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

Shades of Buttered Rum #9F7629

Tints of Buttered Rum #9F7629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 50%
G = 37.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F7629 (or 0x9F7629) is known color: Buttered Rum. HEX triplet: 9F, 76 and 29. RGB value is (159,118,41). Sum of RGB (Red+Green+Blue) = 159+118+41=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7629 is #6089D6. Grayscale: #797979. Windows color (decimal): -6326743 or 2717343. OLE color: 2717343.

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

Color convert

RGB 159 118 41 -
CMYK 0 0.26 0.74 0.38
HSL 39.15º 0.59% 0.39% -
HSV(B) 39.15º 0.74% 0.62% -
XYZ 21.18 20.49 4.94 -
YUV 121.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 159 118 41 0 0.26 0.74 0.38 39.15 0.59 0.39
Hex 9F 76 29 0 1A 4A 26 27 3B 27
Octal 237 166 51 0 32 112 46 47 73 47
Binary 10011111 1110110 101001 0 11010 1001010 100110 100111 111011 100111

Color Harmonies of #9F7629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7629

Black with #9F7629

Text Example


Text Example

White with #9F7629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,41); }

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

background-color css

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

 a { background-color: rgb(159,118,41); }

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

border-color css

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

 span { border-color: rgb(159,118,41); }

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