Html Css Color HEX #683135 Jazz

📋 copy color: '#683135'

red 104 ◦ green 49 ◦ blue 53

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

Shades of Jazz #683135

Tints of Jazz #683135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 50.49%
G = 23.79%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#683135 (or 0x683135) is known color: Jazz. HEX triplet: 68, 31 and 35. RGB value is (104,49,53). Sum of RGB (Red+Green+Blue) = 104+49+53=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683135 is #97CECA. Grayscale: #414141. Windows color (decimal): -9948875 or 3486056. OLE color: 3486056.

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

Color convert

RGB 104 49 53 -
CMYK 0 0.53 0.49 0.59
HSL 355.64º 0.36% 0.3% -
HSV(B) 355.64º 0.53% 0.41% -
XYZ 7.45 5.4 4.02 -
YUV 65.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 104 49 53 0 0.53 0.49 0.59 355.64 0.36 0.3
Hex 68 31 35 0 35 31 3B 164 24 1E
Octal 150 61 65 0 65 61 73 544 44 36
Binary 1101000 110001 110101 0 110101 110001 111011 101100100 100100 11110

Color Harmonies of #683135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683135

Black with #683135

Text Example


Text Example

White with #683135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683135; }

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

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

background-color css

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

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

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

border-color css

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

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

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