Html Css Color HEX #9F601F Golden Brown

📋 copy color: '#9F601F'

red 159 ◦ green 96 ◦ blue 31

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

Shades of Golden Brown #9F601F

Tints of Golden Brown #9F601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 55.59%
G = 33.57%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F601F (or 0x9F601F) is known color: Golden Brown. HEX triplet: 9F, 60 and 1F. RGB value is (159,96,31). Sum of RGB (Red+Green+Blue) = 159+96+31=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F601F is #609FE0. Grayscale: #6B6B6B. Windows color (decimal): -6332385 or 2056351. OLE color: 2056351.

HSL color Cylindrical-coordinate representation of color #9F601F: hue angle of 30.47º 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 #9F601F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 31 -
CMYK 0 0.40 0.81 0.38
HSL 30.47º 0.67% 0.37% -
HSV(B) 30.47º 0.81% 0.62% -
XYZ 18.73 15.84 3.37 -
YUV 107.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 159 96 31 0 0.40 0.81 0.38 30.47 0.67 0.37
Hex 9F 60 1F 0 28 51 26 1E 43 25
Octal 237 140 37 0 50 121 46 36 103 45
Binary 10011111 1100000 11111 0 101000 1010001 100110 11110 1000011 100101

Color Harmonies of #9F601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F601F

Black with #9F601F

Text Example


Text Example

White with #9F601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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