#681F1A

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

Shades of Red Oxide #681F1A

Tints of Red Oxide #681F1A

Color information

#681F1A (or 0x681F1A) is unknown color: approx Red Oxide. HEX triplet: 68, 1F and 1A. RGB value is (104,31,26). Sum of RGB (Red+Green+Blue) = 104+31+26=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F1A is #97E0E5. Grayscale: #343434. Windows color (decimal): -9953510 or 1711976. OLE color: 1711976.

HSL color Cylindrical-coordinate representation of color #681F1A: hue angle of 3.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681F1A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1043126-
CMYK00.700.750.59
HSL3.85º60%25.49%-
HSV(B)3.85º75%40.78%-
XYZ6.3941.41-
YUV52.26113.18164.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=64.60%
G=19.25%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104312600.700.750.593.856025.49
Hex681F1A0464B3B43c19
Octal150373201061137347431
Binary1101000111111101001000110100101111101110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681F1A; }

 p { color: rgb(104,31,26); }

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

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

 a { background-color: rgb(104,31,26); }

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

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

 span { border-color: rgb(104,31,26); }

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