Html Css Color HEX #9F6613 Golden Brown

📋 copy color: '#9F6613'

red 159 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #9F6613

Tints of Golden Brown #9F6613

RGB

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

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

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

R = 56.79%
G = 36.43%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F6613 (or 0x9F6613) is known color: Golden Brown. HEX triplet: 9F, 66 and 13. RGB value is (159,102,19). Sum of RGB (Red+Green+Blue) = 159+102+19=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6613 is #6099EC. Grayscale: #6D6D6D. Windows color (decimal): -6330861 or 1271455. OLE color: 1271455.

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

Color convert

RGB 159 102 19 -
CMYK 0 0.36 0.88 0.38
HSL 35.57º 0.79% 0.35% -
HSV(B) 35.57º 0.88% 0.62% -
XYZ 19.17 16.92 2.87 -
YUV 109.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 159 102 19 0 0.36 0.88 0.38 35.57 0.79 0.35
Hex 9F 66 13 0 24 58 26 24 4F 23
Octal 237 146 23 0 44 130 46 44 117 43
Binary 10011111 1100110 10011 0 100100 1011000 100110 100100 1001111 100011

Color Harmonies of #9F6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6613

Black with #9F6613

Text Example


Text Example

White with #9F6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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