#681C1B

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

Shades of Red Oxide #681C1B

Tints of Red Oxide #681C1B

Color information

#681C1B (or 0x681C1B) is unknown color: approx Red Oxide. HEX triplet: 68, 1C and 1B. RGB value is (104,28,27). Sum of RGB (Red+Green+Blue) = 104+28+27=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C1B is #97E3E4. Grayscale: #323232. Windows color (decimal): -9954277 or 1776744. OLE color: 1776744.

HSL color Cylindrical-coordinate representation of color #681C1B: hue angle of 0.78º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681C1B is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1042827-
CMYK00.730.740.59
HSL0.78º58.78%25.69%-
HSV(B)0.78º74.04%40.78%-
XYZ6.323.851.45-
YUV50.61114.68166.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=65.41%
G=17.61%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104282700.730.740.590.7858.7825.69
Hex681C1B0494A3B13b1a
Octal150343301111127317332
Binary11010001110011011010010011001010111011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,28,27); }

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

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

 a { background-color: rgb(104,28,27); }

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

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

 span { border-color: rgb(104,28,27); }

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