Html Css Color HEX #9F6419 Golden Brown

📋 copy color: '#9F6419'

red 159 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #9F6419

Tints of Golden Brown #9F6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 55.99%
G = 35.21%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F6419 (or 0x9F6419) is known color: Golden Brown. HEX triplet: 9F, 64 and 19. RGB value is (159,100,25). Sum of RGB (Red+Green+Blue) = 159+100+25=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6419 is #609BE6. Grayscale: #6D6D6D. Windows color (decimal): -6331367 or 1664159. OLE color: 1664159.

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

Color convert

RGB 159 100 25 -
CMYK 0 0.37 0.84 0.38
HSL 33.58º 0.73% 0.36% -
HSV(B) 33.58º 0.84% 0.62% -
XYZ 19.03 16.56 3.11 -
YUV 109.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 159 100 25 0 0.37 0.84 0.38 33.58 0.73 0.36
Hex 9F 64 19 0 25 54 26 22 49 24
Octal 237 144 31 0 45 124 46 42 111 44
Binary 10011111 1100100 11001 0 100101 1010100 100110 100010 1001001 100100

Color Harmonies of #9F6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6419

Black with #9F6419

Text Example


Text Example

White with #9F6419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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