Html Css Color HEX #601703 Red Oxide

📋 copy color: '#601703'

red 96 ◦ green 23 ◦ blue 3

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

Shades of Red Oxide #601703

Tints of Red Oxide #601703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 78.69%
G = 18.85%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#601703 (or 0x601703) is known color: Red Oxide. HEX triplet: 60, 17 and 03. RGB value is (96,23,3). Sum of RGB (Red+Green+Blue) = 96+23+3=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601703 is #9FE8FC. Grayscale: #2A2A2A. Windows color (decimal): -10479869 or 202592. OLE color: 202592.

HSL color Cylindrical-coordinate representation of color #601703: hue angle of 12.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #601703 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 3 -
CMYK 0 0.76 0.97 0.62
HSL 12.9º 0.94% 0.19% -
HSV(B) 12.9º 0.97% 0.38% -
XYZ 5.15 3.11 0.41 -
YUV 42.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 96 23 3 0 0.76 0.97 0.62 12.9 0.94 0.19
Hex 60 17 3 0 4C 61 3E D 5E 13
Octal 140 27 3 0 114 141 76 15 136 23
Binary 1100000 10111 11 0 1001100 1100001 111110 1101 1011110 10011

Color Harmonies of #601703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601703

Black with #601703

Text Example


Text Example

White with #601703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601703; }

 p { color: rgb(96,23,3); }

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

background-color css

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

 a { background-color: rgb(96,23,3); }

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

border-color css

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

 span { border-color: rgb(96,23,3); }

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