Html Css Color HEX #602017 Red Oxide

📋 copy color: '#602017'

red 96 ◦ green 32 ◦ blue 23

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

Shades of Red Oxide #602017

Tints of Red Oxide #602017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 63.58%
G = 21.19%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#602017 (or 0x602017) is known color: Red Oxide. HEX triplet: 60, 20 and 17. RGB value is (96,32,23). Sum of RGB (Red+Green+Blue) = 96+32+23=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602017 is #9FDFE8. Grayscale: #323232. Windows color (decimal): -10477545 or 1515616. OLE color: 1515616.

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

Color convert

RGB 96 32 23 -
CMYK 0 0.67 0.76 0.62
HSL 7.4º 0.61% 0.23% -
HSV(B) 7.4º 0.76% 0.38% -
XYZ 5.5 3.58 1.21 -
YUV 50.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 96 32 23 0 0.67 0.76 0.62 7.4 0.61 0.23
Hex 60 20 17 0 43 4C 3E 7 3D 17
Octal 140 40 27 0 103 114 76 7 75 27
Binary 1100000 100000 10111 0 1000011 1001100 111110 111 111101 10111

Color Harmonies of #602017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602017

Black with #602017

Text Example


Text Example

White with #602017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602017; }

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

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

background-color css

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

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

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

border-color css

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

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

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