Html Css Color HEX #9F3614 Rust

📋 copy color: '#9F3614'

red 159 ◦ green 54 ◦ blue 20

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

Shades of Rust #9F3614

Tints of Rust #9F3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 68.24%
G = 23.18%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F3614 (or 0x9F3614) is known color: Rust. HEX triplet: 9F, 36 and 14. RGB value is (159,54,20). Sum of RGB (Red+Green+Blue) = 159+54+20=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3614 is #60C9EB. Grayscale: #515151. Windows color (decimal): -6343148 or 1324703. OLE color: 1324703.

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

Color convert

RGB 159 54 20 -
CMYK 0 0.66 0.87 0.38
HSL 14.68º 0.78% 0.35% -
HSV(B) 14.68º 0.87% 0.62% -
XYZ 15.74 10.06 1.77 -
YUV 81.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 159 54 20 0 0.66 0.87 0.38 14.68 0.78 0.35
Hex 9F 36 14 0 42 57 26 F 4E 23
Octal 237 66 24 0 102 127 46 17 116 43
Binary 10011111 110110 10100 0 1000010 1010111 100110 1111 1001110 100011

Color Harmonies of #9F3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3614

Black with #9F3614

Text Example


Text Example

White with #9F3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,20); }

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

background-color css

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

 a { background-color: rgb(159,54,20); }

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

border-color css

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

 span { border-color: rgb(159,54,20); }

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