#682D35

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

Shades of Jazz #682D35

Tints of Jazz #682D35

Color information

#682D35 (or 0x682D35) is unknown color: approx Jazz. HEX triplet: 68, 2D and 35. RGB value is (104,45,53). Sum of RGB (Red+Green+Blue) = 104+45+53=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #682D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D35 is #97D2CA. Grayscale: #3F3F3F. Windows color (decimal): -9949899 or 3485032. OLE color: 3485032.

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

Color convert

RGB1044553-
CMYK00.570.490.59
HSL351.86º39.6%29.22%-
HSV(B)351.86º56.73%40.78%-
XYZ7.295.083.96-
YUV63.55122.05156.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=51.49%
G=22.28%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104455300.570.490.59351.8639.629.22
Hex682D35039313B160281d
Octal150556507161735405035
Binary1101000101101110101011100111000111101110110000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,45,53); }

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

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

 a { background-color: rgb(104,45,53); }

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

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

 span { border-color: rgb(104,45,53); }

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