#623238

Color #623238 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #623238

Tints of Jazz #623238

Color information

#623238 (or 0x623238) is unknown color: approx Jazz. HEX triplet: 62, 32 and 38. RGB value is (98,50,56). Sum of RGB (Red+Green+Blue) = 98+50+56=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #623238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623238 is #9DCDC7. Grayscale: #414141. Windows color (decimal): -10341832 or 3682914. OLE color: 3682914.

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

Color convert

RGB985056-
CMYK00.490.430.62
HSL352.5º32.43%29.02%-
HSV(B)352.5º48.98%38.43%-
XYZ6.895.164.37-
YUV65.04122.9151.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=48.04%
G=24.51%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98505600.490.430.62352.532.4329.02
Hex6232380312B3E160201d
Octal142627006153765404035
Binary1100010110010111000011000110101111111010110000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623238; }

 p { color: rgb(98,50,56); }

 H1.HeaderClassName
 {
   color: #623238;
 }
 .AnyTagClassName
 {
   color: #623238;
 }
</style>
background-color css

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

 a { background-color: rgb(98,50,56); }

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

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

 span { border-color: rgb(98,50,56); }

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