Html Css Color HEX #612E33 Jazz

📋 copy color: '#612E33'

red 97 ◦ green 46 ◦ blue 51

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

Shades of Jazz #612E33

Tints of Jazz #612E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 50%
G = 23.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#612E33 (or 0x612E33) is known color: Jazz. HEX triplet: 61, 2E and 33. RGB value is (97,46,51). Sum of RGB (Red+Green+Blue) = 97+46+51=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #612E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E33 is #9ED1CC. Grayscale: #3D3D3D. Windows color (decimal): -10408397 or 3354209. OLE color: 3354209.

HSL color Cylindrical-coordinate representation of color #612E33: hue angle of 354.12º 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 #612E33 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 51 -
CMYK 0 0.53 0.47 0.62
HSL 354.12º 0.36% 0.28% -
HSV(B) 354.12º 0.53% 0.38% -
XYZ 6.5 4.73 3.7 -
YUV 61.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 97 46 51 0 0.53 0.47 0.62 354.12 0.36 0.28
Hex 61 2E 33 0 35 2F 3E 162 24 1C
Octal 141 56 63 0 65 57 76 542 44 34
Binary 1100001 101110 110011 0 110101 101111 111110 101100010 100100 11100

Color Harmonies of #612E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E33

Black with #612E33

Text Example


Text Example

White with #612E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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