#68100B

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

Shades of Red Oxide #68100B

Tints of Red Oxide #68100B

Color information

#68100B (or 0x68100B) is unknown color: approx Red Oxide. HEX triplet: 68, 10 and 0B. RGB value is (104,16,11). Sum of RGB (Red+Green+Blue) = 104+16+11=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #68100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68100B is #97EFF4. Grayscale: #292929. Windows color (decimal): -9957365 or 725096. OLE color: 725096.

HSL color Cylindrical-coordinate representation of color #68100B: hue angle of 3.23º 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 #68100B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1041611-
CMYK00.850.890.59
HSL3.23º80.87%22.55%-
HSV(B)3.23º89.42%40.78%-
XYZ5.953.340.65-
YUV41.74110.65172.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=79.39%
G=12.21%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104161100.850.890.593.2380.8722.55
Hex6810B055593B35117
Octal1502013012513173312127
Binary110100010000101101010101101100111101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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