#68140B

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

Shades of Red Oxide #68140B

Tints of Red Oxide #68140B

Color information

#68140B (or 0x68140B) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 0B. RGB value is (104,20,11). Sum of RGB (Red+Green+Blue) = 104+20+11=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140B is #97EBF4. Grayscale: #2C2C2C. Windows color (decimal): -9956341 or 726120. OLE color: 726120.

HSL color Cylindrical-coordinate representation of color #68140B: hue angle of 5.81º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68140B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1042011-
CMYK00.810.890.59
HSL5.81º80.87%22.55%-
HSV(B)5.81º89.42%40.78%-
XYZ6.023.470.67-
YUV44.09109.33170.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=77.04%
G=14.81%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104201100.810.890.595.8180.8722.55
Hex6814B051593B65117
Octal1502413012113173612127
Binary1101000101001011010100011011001111011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68140B; }

 p { color: rgb(104,20,11); }

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

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

 a { background-color: rgb(104,20,11); }

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

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

 span { border-color: rgb(104,20,11); }

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