Html Css Color HEX #621706 Red Oxide

📋 copy color: '#621706'

red 98 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #621706

Tints of Red Oxide #621706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 77.17%
G = 18.11%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621706 (or 0x621706) is known color: Red Oxide. HEX triplet: 62, 17 and 06. RGB value is (98,23,6). Sum of RGB (Red+Green+Blue) = 98+23+6=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621706 is #9DE8F9. Grayscale: #2B2B2B. Windows color (decimal): -10348794 or 399202. OLE color: 399202.

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

Color convert

RGB 98 23 6 -
CMYK 0 0.77 0.94 0.62
HSL 11.09º 0.88% 0.2% -
HSV(B) 11.09º 0.94% 0.38% -
XYZ 5.38 3.22 0.51 -
YUV 43.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 98 23 6 0 0.77 0.94 0.62 11.09 0.88 0.2
Hex 62 17 6 0 4D 5E 3E B 58 14
Octal 142 27 6 0 115 136 76 13 130 24
Binary 1100010 10111 110 0 1001101 1011110 111110 1011 1011000 10100

Color Harmonies of #621706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621706

Black with #621706

Text Example


Text Example

White with #621706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621706; }

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

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

background-color css

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

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

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

border-color css

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

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

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