Html Css Color HEX #61383A Jazz

📋 copy color: '#61383A'

red 97 ◦ green 56 ◦ blue 58

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

Shades of Jazz #61383A

Tints of Jazz #61383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 45.97%
G = 26.54%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61383A (or 0x61383A) is known color: Jazz. HEX triplet: 61, 38 and 3A. RGB value is (97,56,58). Sum of RGB (Red+Green+Blue) = 97+56+58=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383A is #9EC7C5. Grayscale: #444444. Windows color (decimal): -10405830 or 3815521. OLE color: 3815521.

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

Color convert

RGB 97 56 58 -
CMYK 0 0.42 0.40 0.62
HSL 357.07º 0.27% 0.3% -
HSV(B) 357.07º 0.42% 0.38% -
XYZ 7.11 5.68 4.72 -
YUV 68.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 97 56 58 0 0.42 0.40 0.62 357.07 0.27 0.3
Hex 61 38 3A 0 2A 28 3E 165 1B 1E
Octal 141 70 72 0 52 50 76 545 33 36
Binary 1100001 111000 111010 0 101010 101000 111110 101100101 11011 11110

Color Harmonies of #61383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61383A

Black with #61383A

Text Example


Text Example

White with #61383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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