Html Css Color HEX #621B06 Red Oxide

📋 copy color: '#621B06'

red 98 ◦ green 27 ◦ blue 6

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

Shades of Red Oxide #621B06

Tints of Red Oxide #621B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 74.81%
G = 20.61%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621B06 (or 0x621B06) is known color: Red Oxide. HEX triplet: 62, 1B and 06. RGB value is (98,27,6). Sum of RGB (Red+Green+Blue) = 98+27+6=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B06 is #9DE4F9. Grayscale: #2D2D2D. Windows color (decimal): -10347770 or 400226. OLE color: 400226.

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

Color convert

RGB 98 27 6 -
CMYK 0 0.72 0.94 0.62
HSL 13.7º 0.88% 0.2% -
HSV(B) 13.7º 0.94% 0.38% -
XYZ 5.46 3.39 0.54 -
YUV 45.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 98 27 6 0 0.72 0.94 0.62 13.7 0.88 0.2
Hex 62 1B 6 0 48 5E 3E E 58 14
Octal 142 33 6 0 110 136 76 16 130 24
Binary 1100010 11011 110 0 1001000 1011110 111110 1110 1011000 10100

Color Harmonies of #621B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B06

Black with #621B06

Text Example


Text Example

White with #621B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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