Html Css Color HEX #9F6A1F Golden Brown

📋 copy color: '#9F6A1F'

red 159 ◦ green 106 ◦ blue 31

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

Shades of Golden Brown #9F6A1F

Tints of Golden Brown #9F6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 53.72%
G = 35.81%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F6A1F (or 0x9F6A1F) is known color: Golden Brown. HEX triplet: 9F, 6A and 1F. RGB value is (159,106,31). Sum of RGB (Red+Green+Blue) = 159+106+31=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6A1F is #6095E0. Grayscale: #717171. Windows color (decimal): -6329825 or 2058911. OLE color: 2058911.

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

Color convert

RGB 159 106 31 -
CMYK 0 0.33 0.81 0.38
HSL 35.16º 0.67% 0.37% -
HSV(B) 35.16º 0.81% 0.62% -
XYZ 19.7 17.78 3.69 -
YUV 113.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 159 106 31 0 0.33 0.81 0.38 35.16 0.67 0.37
Hex 9F 6A 1F 0 21 51 26 23 43 25
Octal 237 152 37 0 41 121 46 43 103 45
Binary 10011111 1101010 11111 0 100001 1010001 100110 100011 1000011 100101

Color Harmonies of #9F6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6A1F

Black with #9F6A1F

Text Example


Text Example

White with #9F6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,106,31); }

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

background-color css

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

 a { background-color: rgb(159,106,31); }

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

border-color css

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

 span { border-color: rgb(159,106,31); }

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