Html Css Color HEX #613A3C Jazz

📋 copy color: '#613A3C'

red 97 ◦ green 58 ◦ blue 60

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

Shades of Jazz #613A3C

Tints of Jazz #613A3C

RGB

 RED value IS 97 (38.28% from 255) = 45.12%

 GREEN value IS 58 (23.05% from 255) = 26.98%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 45.12%
G = 26.98%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#613A3C (or 0x613A3C) is known color: Jazz. HEX triplet: 61, 3A and 3C. RGB value is (97,58,60). Sum of RGB (Red+Green+Blue) = 97+58+60=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3C is #9EC5C3. Grayscale: #454545. Windows color (decimal): -10405316 or 3947105. OLE color: 3947105.

HSL color Cylindrical-coordinate representation of color #613A3C: hue angle of 356.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A3C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 60 -
CMYK 0 0.40 0.38 0.62
HSL 356.92º 0.25% 0.3% -
HSV(B) 356.92º 0.4% 0.38% -
XYZ 7.26 5.89 5.03 -
YUV 69.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 97 58 60 0 0.40 0.38 0.62 356.92 0.25 0.3
Hex 61 3A 3C 0 28 26 3E 165 19 1E
Octal 141 72 74 0 50 46 76 545 31 36
Binary 1100001 111010 111100 0 101000 100110 111110 101100101 11001 11110

Color Harmonies of #613A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A3C

Black with #613A3C

Text Example


Text Example

White with #613A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A3C; }

 p { color: rgb(97,58,60); }

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

background-color css

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

 a { background-color: rgb(97,58,60); }

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

border-color css

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

 span { border-color: rgb(97,58,60); }

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