#681936

Color #681936 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #681936

Tints of Claret #681936

Color information

#681936 (or 0x681936) is unknown color: approx Claret. HEX triplet: 68, 19 and 36. RGB value is (104,25,54). Sum of RGB (Red+Green+Blue) = 104+25+54=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681936 is #97E6C9. Grayscale: #333333. Windows color (decimal): -9955018 or 3545448. OLE color: 3545448.

HSL color Cylindrical-coordinate representation of color #681936: hue angle of 337.97º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681936 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1042554-
CMYK00.760.480.59
HSL337.97º61.24%25.29%-
HSV(B)337.97º75.96%40.78%-
XYZ6.723.93.89-
YUV51.93129.17165.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=56.83%
G=13.66%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104255400.760.480.59337.9761.2425.29
Hex68193604C303B1523d19
Octal1503166011460735227531
Binary1101000110011101100100110011000011101110101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681936; }

 p { color: rgb(104,25,54); }

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

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

 a { background-color: rgb(104,25,54); }

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

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

 span { border-color: rgb(104,25,54); }

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