Html Css Color HEX #9F2606 Rust

📋 copy color: '#9F2606'

red 159 ◦ green 38 ◦ blue 6

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

Shades of Rust #9F2606

Tints of Rust #9F2606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 78.33%
G = 18.72%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F2606 (or 0x9F2606) is known color: Rust. HEX triplet: 9F, 26 and 06. RGB value is (159,38,6). Sum of RGB (Red+Green+Blue) = 159+38+6=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2606 is #60D9F9. Grayscale: #464646. Windows color (decimal): -6347258 or 403103. OLE color: 403103.

HSL color Cylindrical-coordinate representation of color #9F2606: hue angle of 12.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F2606 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 6 -
CMYK 0 0.76 0.96 0.38
HSL 12.55º 0.93% 0.32% -
HSV(B) 12.55º 0.96% 0.62% -
XYZ 15.02 8.77 1.07 -
YUV 70.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 159 38 6 0 0.76 0.96 0.38 12.55 0.93 0.32
Hex 9F 26 6 0 4C 60 26 D 5D 20
Octal 237 46 6 0 114 140 46 15 135 40
Binary 10011111 100110 110 0 1001100 1100000 100110 1101 1011101 100000

Color Harmonies of #9F2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2606

Black with #9F2606

Text Example


Text Example

White with #9F2606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,6); }

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

background-color css

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

 a { background-color: rgb(159,38,6); }

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

border-color css

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

 span { border-color: rgb(159,38,6); }

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