Html Css Color HEX #621E18 Red Oxide

📋 copy color: '#621E18'

red 98 ◦ green 30 ◦ blue 24

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

Shades of Red Oxide #621E18

Tints of Red Oxide #621E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 64.47%
G = 19.74%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621E18 (or 0x621E18) is known color: Red Oxide. HEX triplet: 62, 1E and 18. RGB value is (98,30,24). Sum of RGB (Red+Green+Blue) = 98+30+24=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E18 is #9DE1E7. Grayscale: #313131. Windows color (decimal): -10346984 or 1580642. OLE color: 1580642.

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

Color convert

RGB 98 30 24 -
CMYK 0 0.69 0.76 0.62
HSL 4.86º 0.61% 0.24% -
HSV(B) 4.86º 0.76% 0.38% -
XYZ 5.67 3.59 1.26 -
YUV 49.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 98 30 24 0 0.69 0.76 0.62 4.86 0.61 0.24
Hex 62 1E 18 0 45 4C 3E 5 3D 18
Octal 142 36 30 0 105 114 76 5 75 30
Binary 1100010 11110 11000 0 1000101 1001100 111110 101 111101 11000

Color Harmonies of #621E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E18

Black with #621E18

Text Example


Text Example

White with #621E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,24); }

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

background-color css

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

 a { background-color: rgb(98,30,24); }

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

border-color css

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

 span { border-color: rgb(98,30,24); }

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