Html Css Color HEX #621C17 Red Oxide

📋 copy color: '#621C17'

red 98 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #621C17

Tints of Red Oxide #621C17

RGB

 RED value IS 98 (38.67% from 255) = 65.77%

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

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

R = 65.77%
G = 18.79%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#621C17 (or 0x621C17) is known color: Red Oxide. HEX triplet: 62, 1C and 17. RGB value is (98,28,23). Sum of RGB (Red+Green+Blue) = 98+28+23=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C17 is #9DE3E8. Grayscale: #303030. Windows color (decimal): -10347497 or 1514594. OLE color: 1514594.

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

Color convert

RGB 98 28 23 -
CMYK 0 0.71 0.77 0.62
HSL 0.62% 0.24% -
HSV(B) 0.77% 0.38% -
XYZ 5.61 3.49 1.19 -
YUV 48.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 98 28 23 0 0.71 0.77 0.62 4 0.62 0.24
Hex 62 1C 17 0 47 4D 3E 4 3E 18
Octal 142 34 27 0 107 115 76 4 76 30
Binary 1100010 11100 10111 0 1000111 1001101 111110 100 111110 11000

Color Harmonies of #621C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C17

Black with #621C17

Text Example


Text Example

White with #621C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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