Html Css Color HEX #613336 Jazz

📋 copy color: '#613336'

red 97 ◦ green 51 ◦ blue 54

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

Shades of Jazz #613336

Tints of Jazz #613336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 48.02%
G = 25.25%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#613336 (or 0x613336) is known color: Jazz. HEX triplet: 61, 33 and 36. RGB value is (97,51,54). Sum of RGB (Red+Green+Blue) = 97+51+54=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613336 is #9ECCC9. Grayscale: #414141. Windows color (decimal): -10407114 or 3552097. OLE color: 3552097.

HSL color Cylindrical-coordinate representation of color #613336: hue angle of 356.09º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613336 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 54 -
CMYK 0 0.47 0.44 0.62
HSL 356.09º 0.31% 0.29% -
HSV(B) 356.09º 0.47% 0.38% -
XYZ 6.78 5.18 4.13 -
YUV 65.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 97 51 54 0 0.47 0.44 0.62 356.09 0.31 0.29
Hex 61 33 36 0 2F 2C 3E 164 1F 1D
Octal 141 63 66 0 57 54 76 544 37 35
Binary 1100001 110011 110110 0 101111 101100 111110 101100100 11111 11101

Color Harmonies of #613336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613336

Black with #613336

Text Example


Text Example

White with #613336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613336; }

 p { color: rgb(97,51,54); }

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

background-color css

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

 a { background-color: rgb(97,51,54); }

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

border-color css

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

 span { border-color: rgb(97,51,54); }

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