Html Css Color HEX #9F6616 Golden Brown

📋 copy color: '#9F6616'

red 159 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #9F6616

Tints of Golden Brown #9F6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 56.18%
G = 36.04%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F6616 (or 0x9F6616) is known color: Golden Brown. HEX triplet: 9F, 66 and 16. RGB value is (159,102,22). Sum of RGB (Red+Green+Blue) = 159+102+22=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6616 is #6099E9. Grayscale: #6E6E6E. Windows color (decimal): -6330858 or 1468063. OLE color: 1468063.

HSL color Cylindrical-coordinate representation of color #9F6616: hue angle of 35.04º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F6616 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 22 -
CMYK 0 0.36 0.86 0.38
HSL 35.04º 0.76% 0.35% -
HSV(B) 35.04º 0.86% 0.62% -
XYZ 19.19 16.93 3.02 -
YUV 109.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 159 102 22 0 0.36 0.86 0.38 35.04 0.76 0.35
Hex 9F 66 16 0 24 56 26 23 4C 23
Octal 237 146 26 0 44 126 46 43 114 43
Binary 10011111 1100110 10110 0 100100 1010110 100110 100011 1001100 100011

Color Harmonies of #9F6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6616

Black with #9F6616

Text Example


Text Example

White with #9F6616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,22); }

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

background-color css

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

 a { background-color: rgb(159,102,22); }

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

border-color css

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

 span { border-color: rgb(159,102,22); }

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