Html Css Color HEX #620B06 Red Oxide

📋 copy color: '#620B06'

red 98 ◦ green 11 ◦ blue 6

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

Shades of Red Oxide #620B06

Tints of Red Oxide #620B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.57%

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

R = 85.22%
G = 9.57%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#620B06 (or 0x620B06) is known color: Red Oxide. HEX triplet: 62, 0B and 06. RGB value is (98,11,6). Sum of RGB (Red+Green+Blue) = 98+11+6=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B06 is #9DF4F9. Grayscale: #242424. Windows color (decimal): -10351866 or 396130. OLE color: 396130.

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

Color convert

RGB 98 11 6 -
CMYK 0 0.89 0.94 0.62
HSL 3.26º 0.88% 0.2% -
HSV(B) 3.26º 0.94% 0.38% -
XYZ 5.19 2.85 0.45 -
YUV 36.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 98 11 6 0 0.89 0.94 0.62 3.26 0.88 0.2
Hex 62 B 6 0 59 5E 3E 3 58 14
Octal 142 13 6 0 131 136 76 3 130 24
Binary 1100010 1011 110 0 1011001 1011110 111110 11 1011000 10100

Color Harmonies of #620B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B06

Black with #620B06

Text Example


Text Example

White with #620B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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