#682B40

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

Shades of Siren #682B40

Tints of Siren #682B40

Color information

#682B40 (or 0x682B40) is unknown color: approx Siren. HEX triplet: 68, 2B and 40. RGB value is (104,43,64). Sum of RGB (Red+Green+Blue) = 104+43+64=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B40 is #97D4BF. Grayscale: #3F3F3F. Windows color (decimal): -9950400 or 4205416. OLE color: 4205416.

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

Color convert

RGB1044364-
CMYK00.590.380.59
HSL339.34º41.5%28.82%-
HSV(B)339.34º58.65%40.78%-
XYZ7.55.045.43-
YUV63.63128.21156.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=49.29%
G=20.38%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104436400.590.380.59339.3441.528.82
Hex682B4003B263B153291d
Octal1505310007346735235135
Binary11010001010111000000011101110011011101110101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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