Html Css Color HEX #612E35 Jazz

📋 copy color: '#612E35'

red 97 ◦ green 46 ◦ blue 53

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

Shades of Jazz #612E35

Tints of Jazz #612E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

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

R = 49.49%
G = 23.47%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#612E35 (or 0x612E35) is known color: Jazz. HEX triplet: 61, 2E and 35. RGB value is (97,46,53). Sum of RGB (Red+Green+Blue) = 97+46+53=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #612E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E35 is #9ED1CA. Grayscale: #3E3E3E. Windows color (decimal): -10408395 or 3485281. OLE color: 3485281.

HSL color Cylindrical-coordinate representation of color #612E35: hue angle of 351.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E35 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 53 -
CMYK 0 0.53 0.45 0.62
HSL 351.76º 0.36% 0.28% -
HSV(B) 351.76º 0.53% 0.38% -
XYZ 6.55 4.75 3.94 -
YUV 62.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 97 46 53 0 0.53 0.45 0.62 351.76 0.36 0.28
Hex 61 2E 35 0 35 2D 3E 160 24 1C
Octal 141 56 65 0 65 55 76 540 44 34
Binary 1100001 101110 110101 0 110101 101101 111110 101100000 100100 11100

Color Harmonies of #612E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E35

Black with #612E35

Text Example


Text Example

White with #612E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612E35; }

 p { color: rgb(97,46,53); }

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

background-color css

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

 a { background-color: rgb(97,46,53); }

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

border-color css

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

 span { border-color: rgb(97,46,53); }

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