#682E35

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

Shades of Jazz #682E35

Tints of Jazz #682E35

Color information

#682E35 (or 0x682E35) is unknown color: approx Jazz. HEX triplet: 68, 2E and 35. RGB value is (104,46,53). Sum of RGB (Red+Green+Blue) = 104+46+53=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #682E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E35 is #97D1CA. Grayscale: #404040. Windows color (decimal): -9949643 or 3485288. OLE color: 3485288.

HSL color Cylindrical-coordinate representation of color #682E35: hue angle of 352.76º 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 #682E35 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1044653-
CMYK00.560.490.59
HSL352.76º38.67%29.41%-
HSV(B)352.76º55.77%40.78%-
XYZ7.335.153.98-
YUV64.14121.72156.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=51.23%
G=22.66%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104465300.560.490.59352.7638.6729.41
Hex682E35038313B161271d
Octal150566507061735414735
Binary1101000101110110101011100011000111101110110000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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