Html Css Color HEX #601C17 Red Oxide

📋 copy color: '#601C17'

red 96 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #601C17

Tints of Red Oxide #601C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 65.31%
G = 19.05%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601C17 (or 0x601C17) is known color: Red Oxide. HEX triplet: 60, 1C and 17. RGB value is (96,28,23). Sum of RGB (Red+Green+Blue) = 96+28+23=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C17 is #9FE3E8. Grayscale: #2F2F2F. Windows color (decimal): -10478569 or 1514592. OLE color: 1514592.

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

Color convert

RGB 96 28 23 -
CMYK 0 0.71 0.76 0.62
HSL 4.11º 0.61% 0.23% -
HSV(B) 4.11º 0.76% 0.38% -
XYZ 5.39 3.38 1.18 -
YUV 47.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 96 28 23 0 0.71 0.76 0.62 4.11 0.61 0.23
Hex 60 1C 17 0 47 4C 3E 4 3D 17
Octal 140 34 27 0 107 114 76 4 75 27
Binary 1100000 11100 10111 0 1000111 1001100 111110 100 111101 10111

Color Harmonies of #601C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C17

Black with #601C17

Text Example


Text Example

White with #601C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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