Html Css Color HEX #620D06 Red Oxide

📋 copy color: '#620D06'

red 98 ◦ green 13 ◦ blue 6

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

Shades of Red Oxide #620D06

Tints of Red Oxide #620D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.11%

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

R = 83.76%
G = 11.11%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#620D06 (or 0x620D06) is known color: Red Oxide. HEX triplet: 62, 0D and 06. RGB value is (98,13,6). Sum of RGB (Red+Green+Blue) = 98+13+6=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #620D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D06 is #9DF2F9. Grayscale: #252525. Windows color (decimal): -10351354 or 396642. OLE color: 396642.

HSL color Cylindrical-coordinate representation of color #620D06: hue angle of 4.57º 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 #620D06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 13 6 -
CMYK 0 0.87 0.94 0.62
HSL 4.57º 0.88% 0.2% -
HSV(B) 4.57º 0.94% 0.38% -
XYZ 5.21 2.9 0.46 -
YUV 37.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 98 13 6 0 0.87 0.94 0.62 4.57 0.88 0.2
Hex 62 D 6 0 57 5E 3E 5 58 14
Octal 142 15 6 0 127 136 76 5 130 24
Binary 1100010 1101 110 0 1010111 1011110 111110 101 1011000 10100

Color Harmonies of #620D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D06

Black with #620D06

Text Example


Text Example

White with #620D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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