Html Css Color HEX #682E36 Jazz

📋 copy color: '#682E36'

red 104 ◦ green 46 ◦ blue 54

#682E36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #682E36

Tints of Jazz #682E36

RGB

 RED value IS 104 (41.02% from 255) = 50.98%

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 50.98%
G = 22.55%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#682E36 (or 0x682E36) is known color: Jazz. HEX triplet: 68, 2E and 36. RGB value is (104,46,54). Sum of RGB (Red+Green+Blue) = 104+46+54=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #682E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E36 is #97D1C9. Grayscale: #404040. Windows color (decimal): -9949642 or 3550824. OLE color: 3550824.

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

Color convert

RGB 104 46 54 -
CMYK 0 0.56 0.48 0.59
HSL 351.72º 0.39% 0.29% -
HSV(B) 351.72º 0.56% 0.41% -
XYZ 7.35 5.16 4.1 -
YUV 64.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 104 46 54 0 0.56 0.48 0.59 351.72 0.39 0.29
Hex 68 2E 36 0 38 30 3B 160 27 1D
Octal 150 56 66 0 70 60 73 540 47 35
Binary 1101000 101110 110110 0 111000 110000 111011 101100000 100111 11101

Color Harmonies of #682E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E36

Black with #682E36

Text Example


Text Example

White with #682E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #682E36;
 }
 .AnyTagClassName
 {
   color: #682E36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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