Html Css Color HEX #621707 Red Oxide

📋 copy color: '#621707'

red 98 ◦ green 23 ◦ blue 7

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

Shades of Red Oxide #621707

Tints of Red Oxide #621707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.47%

R = 76.56%
G = 17.97%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#621707 (or 0x621707) is known color: Red Oxide. HEX triplet: 62, 17 and 07. RGB value is (98,23,7). Sum of RGB (Red+Green+Blue) = 98+23+7=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621707 is #9DE8F8. Grayscale: #2B2B2B. Windows color (decimal): -10348793 or 464738. OLE color: 464738.

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

Color convert

RGB 98 23 7 -
CMYK 0 0.77 0.93 0.62
HSL 10.55º 0.87% 0.21% -
HSV(B) 10.55º 0.93% 0.38% -
XYZ 5.38 3.22 0.54 -
YUV 43.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 98 23 7 0 0.77 0.93 0.62 10.55 0.87 0.21
Hex 62 17 7 0 4D 5D 3E B 57 15
Octal 142 27 7 0 115 135 76 13 127 25
Binary 1100010 10111 111 0 1001101 1011101 111110 1011 1010111 10101

Color Harmonies of #621707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621707

Black with #621707

Text Example


Text Example

White with #621707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621707; }

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

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

background-color css

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

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

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

border-color css

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

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

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