Html Css Color HEX #613236 Jazz

📋 copy color: '#613236'

red 97 ◦ green 50 ◦ blue 54

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

Shades of Jazz #613236

Tints of Jazz #613236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 48.26%
G = 24.88%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#613236 (or 0x613236) is known color: Jazz. HEX triplet: 61, 32 and 36. RGB value is (97,50,54). Sum of RGB (Red+Green+Blue) = 97+50+54=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613236 is #9ECDC9. Grayscale: #404040. Windows color (decimal): -10407370 or 3551841. OLE color: 3551841.

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

Color convert

RGB 97 50 54 -
CMYK 0 0.48 0.44 0.62
HSL 354.89º 0.32% 0.29% -
HSV(B) 354.89º 0.48% 0.38% -
XYZ 6.74 5.09 4.12 -
YUV 64.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 97 50 54 0 0.48 0.44 0.62 354.89 0.32 0.29
Hex 61 32 36 0 30 2C 3E 163 20 1D
Octal 141 62 66 0 60 54 76 543 40 35
Binary 1100001 110010 110110 0 110000 101100 111110 101100011 100000 11101

Color Harmonies of #613236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613236

Black with #613236

Text Example


Text Example

White with #613236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613236; }

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

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

background-color css

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

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

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

border-color css

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

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

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