Html Css Color HEX #9F6B32 Buttered Rum

📋 copy color: '#9F6B32'

red 159 ◦ green 107 ◦ blue 50

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

Shades of Buttered Rum #9F6B32

Tints of Buttered Rum #9F6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 50.32%
G = 33.86%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F6B32 (or 0x9F6B32) is known color: Buttered Rum. HEX triplet: 9F, 6B and 32. RGB value is (159,107,50). Sum of RGB (Red+Green+Blue) = 159+107+50=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6B32 is #6094CD. Grayscale: #747474. Windows color (decimal): -6329550 or 3304351. OLE color: 3304351.

HSL color Cylindrical-coordinate representation of color #9F6B32: hue angle of 31.38º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F6B32 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 107 50 -
CMYK 0 0.33 0.69 0.38
HSL 31.38º 0.52% 0.41% -
HSV(B) 31.38º 0.69% 0.62% -
XYZ 20.13 18.12 5.45 -
YUV 116.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 159 107 50 0 0.33 0.69 0.38 31.38 0.52 0.41
Hex 9F 6B 32 0 21 45 26 1F 34 29
Octal 237 153 62 0 41 105 46 37 64 51
Binary 10011111 1101011 110010 0 100001 1000101 100110 11111 110100 101001

Color Harmonies of #9F6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B32

Black with #9F6B32

Text Example


Text Example

White with #9F6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,50); }

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

background-color css

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

 a { background-color: rgb(159,107,50); }

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

border-color css

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

 span { border-color: rgb(159,107,50); }

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