#682E40

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

Shades of Siren #682E40

Tints of Siren #682E40

Color information

#682E40 (or 0x682E40) is unknown color: approx Siren. HEX triplet: 68, 2E and 40. RGB value is (104,46,64). Sum of RGB (Red+Green+Blue) = 104+46+64=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #682E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E40 is #97D1BF. Grayscale: #414141. Windows color (decimal): -9949632 or 4206184. OLE color: 4206184.

HSL color Cylindrical-coordinate representation of color #682E40: hue angle of 341.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E40 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1044664-
CMYK00.560.380.59
HSL341.38º38.67%29.41%-
HSV(B)341.38º55.77%40.78%-
XYZ7.615.275.47-
YUV65.39127.22155.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=48.60%
G=21.50%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104466400.560.380.59341.3838.6729.41
Hex682E40038263B155271d
Octal1505610007046735254735
Binary11010001011101000000011100010011011101110101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E40; }

 p { color: rgb(104,46,64); }

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

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

 a { background-color: rgb(104,46,64); }

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

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

 span { border-color: rgb(104,46,64); }

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