Html Css Color HEX #9F6319 Golden Brown

📋 copy color: '#9F6319'

red 159 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #9F6319

Tints of Golden Brown #9F6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 56.18%
G = 34.98%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F6319 (or 0x9F6319) is known color: Golden Brown. HEX triplet: 9F, 63 and 19. RGB value is (159,99,25). Sum of RGB (Red+Green+Blue) = 159+99+25=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6319 is #609CE6. Grayscale: #6C6C6C. Windows color (decimal): -6331623 or 1663903. OLE color: 1663903.

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

Color convert

RGB 159 99 25 -
CMYK 0 0.38 0.84 0.38
HSL 33.13º 0.73% 0.36% -
HSV(B) 33.13º 0.84% 0.62% -
XYZ 18.94 16.36 3.08 -
YUV 108.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 159 99 25 0 0.38 0.84 0.38 33.13 0.73 0.36
Hex 9F 63 19 0 26 54 26 21 49 24
Octal 237 143 31 0 46 124 46 41 111 44
Binary 10011111 1100011 11001 0 100110 1010100 100110 100001 1001001 100100

Color Harmonies of #9F6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6319

Black with #9F6319

Text Example


Text Example

White with #9F6319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,25); }

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

background-color css

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

 a { background-color: rgb(159,99,25); }

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

border-color css

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

 span { border-color: rgb(159,99,25); }

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