#681905

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

Shades of Red Oxide #681905

Tints of Red Oxide #681905

Color information

#681905 (or 0x681905) is unknown color: approx Red Oxide. HEX triplet: 68, 19 and 05. RGB value is (104,25,5). Sum of RGB (Red+Green+Blue) = 104+25+5=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681905 is #97E6FA. Grayscale: #2E2E2E. Windows color (decimal): -9955067 or 334184. OLE color: 334184.

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

Color convert

RGB104255-
CMYK00.760.950.59
HSL12.12º90.83%21.37%-
HSV(B)12.12º95.19%40.78%-
XYZ6.083.650.53-
YUV46.34104.67169.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=77.61%
G=18.66%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10425500.760.950.5912.1290.8321.37
Hex6819504C5F3Bc5b15
Octal1503150114137731413325
Binary1101000110011010100110010111111110111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681905; }

 p { color: rgb(104,25,5); }

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

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

 a { background-color: rgb(104,25,5); }

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

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

 span { border-color: rgb(104,25,5); }

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