Html Css Color HEX #621612 Red Oxide

📋 copy color: '#621612'

red 98 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #621612

Tints of Red Oxide #621612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 71.01%
G = 15.94%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#621612 (or 0x621612) is known color: Red Oxide. HEX triplet: 62, 16 and 12. RGB value is (98,22,18). Sum of RGB (Red+Green+Blue) = 98+22+18=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621612 is #9DE9ED. Grayscale: #2C2C2C. Windows color (decimal): -10349038 or 1185378. OLE color: 1185378.

HSL color Cylindrical-coordinate representation of color #621612: hue angle of 3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621612 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 18 -
CMYK 0 0.78 0.82 0.62
HSL 0.69% 0.23% -
HSV(B) 0.82% 0.38% -
XYZ 5.43 3.21 0.91 -
YUV 44.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 98 22 18 0 0.78 0.82 0.62 3 0.69 0.23
Hex 62 16 12 0 4E 52 3E 3 45 17
Octal 142 26 22 0 116 122 76 3 105 27
Binary 1100010 10110 10010 0 1001110 1010010 111110 11 1000101 10111

Color Harmonies of #621612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621612

Black with #621612

Text Example


Text Example

White with #621612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621612; }

 p { color: rgb(98,22,18); }

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

background-color css

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

 a { background-color: rgb(98,22,18); }

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

border-color css

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

 span { border-color: rgb(98,22,18); }

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