Html Css Color HEX #9F692A Buttered Rum

📋 copy color: '#9F692A'

red 159 ◦ green 105 ◦ blue 42

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

Shades of Buttered Rum #9F692A

Tints of Buttered Rum #9F692A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 51.96%
G = 34.31%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F692A (or 0x9F692A) is known color: Buttered Rum. HEX triplet: 9F, 69 and 2A. RGB value is (159,105,42). Sum of RGB (Red+Green+Blue) = 159+105+42=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F692A is #6096D5. Grayscale: #727272. Windows color (decimal): -6330070 or 2779551. OLE color: 2779551.

HSL color Cylindrical-coordinate representation of color #9F692A: hue angle of 32.31º degrees, saturation: 0.58, 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 #9F692A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 42 -
CMYK 0 0.34 0.74 0.38
HSL 32.31º 0.58% 0.39% -
HSV(B) 32.31º 0.74% 0.62% -
XYZ 19.77 17.64 4.55 -
YUV 113.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 159 105 42 0 0.34 0.74 0.38 32.31 0.58 0.39
Hex 9F 69 2A 0 22 4A 26 20 3A 27
Octal 237 151 52 0 42 112 46 40 72 47
Binary 10011111 1101001 101010 0 100010 1001010 100110 100000 111010 100111

Color Harmonies of #9F692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F692A

Black with #9F692A

Text Example


Text Example

White with #9F692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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