Html Css Color HEX #601700 Red Oxide

📋 copy color: '#601700'

red 96 ◦ green 23 ◦ blue 0

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

Shades of Red Oxide #601700

Tints of Red Oxide #601700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.67%
G = 19.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#601700 (or 0x601700) is known color: Red Oxide. HEX triplet: 60, 17 and 00. RGB value is (96,23,0). Sum of RGB (Red+Green+Blue) = 96+23+0=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #601700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601700 is #9FE8FF. Grayscale: #2A2A2A. Windows color (decimal): -10479872 or 5984. OLE color: 5984.

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

Color convert

RGB 96 23 0 -
CMYK 0 0.76 1 0.62
HSL 14.38º 1% 0.19% -
HSV(B) 14.38º 1% 0.38% -
XYZ 5.13 3.1 0.33 -
YUV 42.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 96 23 0 0 0.76 1 0.62 14.38 1 0.19
Hex 60 17 0 0 4C 64 3E E 64 13
Octal 140 27 0 0 114 144 76 16 144 23
Binary 1100000 10111 0 0 1001100 1100100 111110 1110 1100100 10011

Color Harmonies of #601700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601700

Black with #601700

Text Example


Text Example

White with #601700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601700; }

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

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

background-color css

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

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

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

border-color css

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

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

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