#67110B

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

Shades of Red Oxide #67110B

Tints of Red Oxide #67110B

Color information

#67110B (or 0x67110B) is unknown color: approx Red Oxide. HEX triplet: 67, 11 and 0B. RGB value is (103,17,11). Sum of RGB (Red+Green+Blue) = 103+17+11=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #67110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67110B is #98EEF4. Grayscale: #2A2A2A. Windows color (decimal): -10022645 or 725351. OLE color: 725351.

HSL color Cylindrical-coordinate representation of color #67110B: hue angle of 3.91º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67110B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1031711-
CMYK00.830.890.60
HSL3.91º80.7%22.35%-
HSV(B)3.91º89.32%40.39%-
XYZ5.853.310.65-
YUV42.03110.49171.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.63%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=78.63%
G=12.98%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103171100.830.890.603.9180.722.35
Hex6711B053593C45116
Octal1472113012313174412126
Binary1100111100011011010100111011001111100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,17,11); }

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

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

 a { background-color: rgb(103,17,11); }

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

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

 span { border-color: rgb(103,17,11); }

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