Html Css Color HEX #601509 Red Oxide

📋 copy color: '#601509'

red 96 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #601509

Tints of Red Oxide #601509

RGB

 RED value IS 96 (37.89% from 255) = 76.19%

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 76.19%
G = 16.67%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#601509 (or 0x601509) is known color: Red Oxide. HEX triplet: 60, 15 and 09. RGB value is (96,21,9). Sum of RGB (Red+Green+Blue) = 96+21+9=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601509 is #9FEAF6. Grayscale: #2A2A2A. Windows color (decimal): -10480375 or 595296. OLE color: 595296.

HSL color Cylindrical-coordinate representation of color #601509: hue angle of 8.28º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #601509 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 9 -
CMYK 0 0.78 0.91 0.62
HSL 8.28º 0.83% 0.21% -
HSV(B) 8.28º 0.91% 0.38% -
XYZ 5.14 3.04 0.57 -
YUV 42.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 96 21 9 0 0.78 0.91 0.62 8.28 0.83 0.21
Hex 60 15 9 0 4E 5B 3E 8 53 15
Octal 140 25 11 0 116 133 76 10 123 25
Binary 1100000 10101 1001 0 1001110 1011011 111110 1000 1010011 10101

Color Harmonies of #601509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601509

Black with #601509

Text Example


Text Example

White with #601509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601509; }

 p { color: rgb(96,21,9); }

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

background-color css

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

 a { background-color: rgb(96,21,9); }

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

border-color css

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

 span { border-color: rgb(96,21,9); }

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