Html Css Color HEX #9F6101 Golden Brown

📋 copy color: '#9F6101'

red 159 ◦ green 97 ◦ blue 1

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

Shades of Golden Brown #9F6101

Tints of Golden Brown #9F6101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 61.87%
G = 37.74%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F6101 (or 0x9F6101) is known color: Golden Brown. HEX triplet: 9F, 61 and 01. RGB value is (159,97,1). Sum of RGB (Red+Green+Blue) = 159+97+1=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6101 is #609EFE. Grayscale: #696969. Windows color (decimal): -6332159 or 90527. OLE color: 90527.

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

Color convert

RGB 159 97 1 -
CMYK 0 0.39 0.99 0.38
HSL 36.46º 0.99% 0.31% -
HSV(B) 36.46º 0.99% 0.62% -
XYZ 18.58 15.92 2.12 -
YUV 104.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 159 97 1 0 0.39 0.99 0.38 36.46 0.99 0.31
Hex 9F 61 1 0 27 63 26 24 63 1F
Octal 237 141 1 0 47 143 46 44 143 37
Binary 10011111 1100001 1 0 100111 1100011 100110 100100 1100011 11111

Color Harmonies of #9F6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6101

Black with #9F6101

Text Example


Text Example

White with #9F6101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,1); }

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

background-color css

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

 a { background-color: rgb(159,97,1); }

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

border-color css

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

 span { border-color: rgb(159,97,1); }

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