#681702

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

Shades of Red Oxide #681702

Tints of Red Oxide #681702

Color information

#681702 (or 0x681702) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 02. RGB value is (104,23,2). Sum of RGB (Red+Green+Blue) = 104+23+2=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681702 is #97E8FD. Grayscale: #2C2C2C. Windows color (decimal): -9955582 or 137064. OLE color: 137064.

HSL color Cylindrical-coordinate representation of color #681702: hue angle of 12.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #681702 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104232-
CMYK00.780.980.59
HSL12.35º96.23%20.78%-
HSV(B)12.35º98.08%40.78%-
XYZ6.033.560.43-
YUV44.82103.84170.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=80.62%
G=17.83%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423200.780.980.5912.3596.2320.78
Hex6817204E623Bc6015
Octal1502720116142731414025
Binary110100010111100100111011000101110111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681702; }

 p { color: rgb(104,23,2); }

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

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

 a { background-color: rgb(104,23,2); }

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

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

 span { border-color: rgb(104,23,2); }

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