Html Css Color HEX #682F35 Jazz

📋 copy color: '#682F35'

red 104 ◦ green 47 ◦ blue 53

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

Shades of Jazz #682F35

Tints of Jazz #682F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

 BLUE value IS 53 (21.09% from 255) = 25.98%

R = 50.98%
G = 23.04%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#682F35 (or 0x682F35) is known color: Jazz. HEX triplet: 68, 2F and 35. RGB value is (104,47,53). Sum of RGB (Red+Green+Blue) = 104+47+53=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #682F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F35 is #97D0CA. Grayscale: #404040. Windows color (decimal): -9949387 or 3485544. OLE color: 3485544.

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

Color convert

RGB 104 47 53 -
CMYK 0 0.55 0.49 0.59
HSL 353.68º 0.38% 0.3% -
HSV(B) 353.68º 0.55% 0.41% -
XYZ 7.37 5.23 3.99 -
YUV 64.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 104 47 53 0 0.55 0.49 0.59 353.68 0.38 0.3
Hex 68 2F 35 0 37 31 3B 162 26 1E
Octal 150 57 65 0 67 61 73 542 46 36
Binary 1101000 101111 110101 0 110111 110001 111011 101100010 100110 11110

Color Harmonies of #682F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F35

Black with #682F35

Text Example


Text Example

White with #682F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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