Html Css Color HEX #9F6919 Golden Brown

📋 copy color: '#9F6919'

red 159 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #9F6919

Tints of Golden Brown #9F6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

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

R = 55.02%
G = 36.33%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F6919 (or 0x9F6919) is known color: Golden Brown. HEX triplet: 9F, 69 and 19. RGB value is (159,105,25). Sum of RGB (Red+Green+Blue) = 159+105+25=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6919 is #6096E6. Grayscale: #707070. Windows color (decimal): -6330087 or 1665439. OLE color: 1665439.

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

Color convert

RGB 159 105 25 -
CMYK 0 0.34 0.84 0.38
HSL 35.82º 0.73% 0.36% -
HSV(B) 35.82º 0.84% 0.62% -
XYZ 19.53 17.54 3.28 -
YUV 112.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 159 105 25 0 0.34 0.84 0.38 35.82 0.73 0.36
Hex 9F 69 19 0 22 54 26 24 49 24
Octal 237 151 31 0 42 124 46 44 111 44
Binary 10011111 1101001 11001 0 100010 1010100 100110 100100 1001001 100100

Color Harmonies of #9F6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6919

Black with #9F6919

Text Example


Text Example

White with #9F6919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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