#621708

Color #621708 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #621708

Tints of Red Oxide #621708

Color information

#621708 (or 0x621708) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 08. RGB value is (98,23,8). Sum of RGB (Red+Green+Blue) = 98+23+8=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621708 is #9DE8F7. Grayscale: #2B2B2B. Windows color (decimal): -10348792 or 530274. OLE color: 530274.

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

Color convert

RGB98238-
CMYK00.770.920.62
HSL10º84.91%20.78%-
HSV(B)10º91.84%38.43%-
XYZ5.393.230.57-
YUV43.72107.85166.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=75.97%
G=17.83%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823800.770.920.621084.9120.78
Hex6217804D5C3Ea5515
Octal14227100115134761212525
Binary11000101011110000100110110111001111101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621708; }

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

 H1.HeaderClassName
 {
   color: #621708;
 }
 .AnyTagClassName
 {
   color: #621708;
 }
</style>
background-color css

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

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

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

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

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

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