Html Css Color HEX #601817 Red Oxide

📋 copy color: '#601817'

red 96 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #601817

Tints of Red Oxide #601817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 67.13%
G = 16.78%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601817 (or 0x601817) is known color: Red Oxide. HEX triplet: 60, 18 and 17. RGB value is (96,24,23). Sum of RGB (Red+Green+Blue) = 96+24+23=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601817 is #9FE7E8. Grayscale: #2D2D2D. Windows color (decimal): -10479593 or 1513568. OLE color: 1513568.

HSL color Cylindrical-coordinate representation of color #601817: hue angle of 0.82º 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 #601817 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 23 -
CMYK 0 0.75 0.76 0.62
HSL 0.82º 0.61% 0.23% -
HSV(B) 0.82º 0.76% 0.38% -
XYZ 5.31 3.2 1.15 -
YUV 45.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 96 24 23 0 0.75 0.76 0.62 0.82 0.61 0.23
Hex 60 18 17 0 4B 4C 3E 1 3D 17
Octal 140 30 27 0 113 114 76 1 75 27
Binary 1100000 11000 10111 0 1001011 1001100 111110 1 111101 10111

Color Harmonies of #601817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601817

Black with #601817

Text Example


Text Example

White with #601817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601817; }

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

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

background-color css

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

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

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

border-color css

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

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

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