Html Css Color HEX #602E36 Jazz

📋 copy color: '#602E36'

red 96 ◦ green 46 ◦ blue 54

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

Shades of Jazz #602E36

Tints of Jazz #602E36

RGB

 RED value IS 96 (37.89% from 255) = 48.98%

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

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

R = 48.98%
G = 23.47%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#602E36 (or 0x602E36) is known color: Jazz. HEX triplet: 60, 2E and 36. RGB value is (96,46,54). Sum of RGB (Red+Green+Blue) = 96+46+54=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E36 is #9FD1C9. Grayscale: #3D3D3D. Windows color (decimal): -10473930 or 3550816. OLE color: 3550816.

HSL color Cylindrical-coordinate representation of color #602E36: hue angle of 350.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E36 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 46 54 -
CMYK 0 0.52 0.44 0.62
HSL 350.4º 0.35% 0.28% -
HSV(B) 350.4º 0.52% 0.38% -
XYZ 6.47 4.71 4.06 -
YUV 61.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 96 46 54 0 0.52 0.44 0.62 350.4 0.35 0.28
Hex 60 2E 36 0 34 2C 3E 15E 23 1C
Octal 140 56 66 0 64 54 76 536 43 34
Binary 1100000 101110 110110 0 110100 101100 111110 101011110 100011 11100

Color Harmonies of #602E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E36

Black with #602E36

Text Example


Text Example

White with #602E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602E36; }

 p { color: rgb(96,46,54); }

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

background-color css

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

 a { background-color: rgb(96,46,54); }

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

border-color css

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

 span { border-color: rgb(96,46,54); }

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