Html Css Color HEX #682E35 Jazz

📋 copy color: '#682E35'

red 104 ◦ green 46 ◦ blue 53

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

Shades of Jazz #682E35

Tints of Jazz #682E35

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 value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#682E35 (or 0x682E35) is known color: 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

RGB 104 46 53 -
CMYK 0 0.56 0.49 0.59
HSL 352.76º 0.39% 0.29% -
HSV(B) 352.76º 0.56% 0.41% -
XYZ 7.33 5.15 3.98 -
YUV 64.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 104 46 53 0 0.56 0.49 0.59 352.76 0.39 0.29
Hex 68 2E 35 0 38 31 3B 161 27 1D
Octal 150 56 65 0 70 61 73 541 47 35
Binary 1101000 101110 110101 0 111000 110001 111011 101100001 100111 11101

Color Harmonies of #682E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E35

Black with #682E35

Text Example


Text Example

White with #682E35

Text Example


Text Example

HTML Codes & Css Web 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>