Html Css Color HEX #601707 Red Oxide

📋 copy color: '#601707'

red 96 ◦ green 23 ◦ blue 7

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

Shades of Red Oxide #601707

Tints of Red Oxide #601707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 76.19%
G = 18.25%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#601707 (or 0x601707) is known color: Red Oxide. HEX triplet: 60, 17 and 07. RGB value is (96,23,7). Sum of RGB (Red+Green+Blue) = 96+23+7=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601707 is #9FE8F8. Grayscale: #2B2B2B. Windows color (decimal): -10479865 or 464736. OLE color: 464736.

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

Color convert

RGB 96 23 7 -
CMYK 0 0.76 0.93 0.62
HSL 10.79º 0.86% 0.2% -
HSV(B) 10.79º 0.93% 0.38% -
XYZ 5.17 3.11 0.53 -
YUV 43 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 96 23 7 0 0.76 0.93 0.62 10.79 0.86 0.2
Hex 60 17 7 0 4C 5D 3E B 56 14
Octal 140 27 7 0 114 135 76 13 126 24
Binary 1100000 10111 111 0 1001100 1011101 111110 1011 1010110 10100

Color Harmonies of #601707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601707

Black with #601707

Text Example


Text Example

White with #601707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601707; }

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

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

background-color css

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

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

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

border-color css

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

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

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