Html Css Color HEX #9F6713 Golden Brown

📋 copy color: '#9F6713'

red 159 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #9F6713

Tints of Golden Brown #9F6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 56.58%
G = 36.65%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F6713 (or 0x9F6713) is known color: Golden Brown. HEX triplet: 9F, 67 and 13. RGB value is (159,103,19). Sum of RGB (Red+Green+Blue) = 159+103+19=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6713 is #6098EC. Grayscale: #6E6E6E. Windows color (decimal): -6330605 or 1271711. OLE color: 1271711.

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

Color convert

RGB 159 103 19 -
CMYK 0 0.35 0.88 0.38
HSL 36º 0.79% 0.35% -
HSV(B) 36º 0.88% 0.62% -
XYZ 19.27 17.12 2.9 -
YUV 110.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 159 103 19 0 0.35 0.88 0.38 36 0.79 0.35
Hex 9F 67 13 0 23 58 26 24 4F 23
Octal 237 147 23 0 43 130 46 44 117 43
Binary 10011111 1100111 10011 0 100011 1011000 100110 100100 1001111 100011

Color Harmonies of #9F6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6713

Black with #9F6713

Text Example


Text Example

White with #9F6713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,19); }

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

background-color css

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

 a { background-color: rgb(159,103,19); }

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

border-color css

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

 span { border-color: rgb(159,103,19); }

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