#62262E

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

Shades of Jazz #62262E

Tints of Jazz #62262E

Color information

#62262E (or 0x62262E) is unknown color: approx Jazz. HEX triplet: 62, 26 and 2E. RGB value is (98,38,46). Sum of RGB (Red+Green+Blue) = 98+38+46=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #62262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62262E is #9DD9D1. Grayscale: #383838. Windows color (decimal): -10344914 or 3024482. OLE color: 3024482.

HSL color Cylindrical-coordinate representation of color #62262E: hue angle of 352º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62262E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB983846-
CMYK00.610.530.62
HSL352º44.12%26.67%-
HSV(B)352º61.22%38.43%-
XYZ6.224.183.06-
YUV56.85121.88157.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=53.85%
G=20.88%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98384600.610.530.6235244.1226.67
Hex62262E03D353E1602c1b
Octal142465607565765405433
Binary1100010100110101110011110111010111111010110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62262E; }

 p { color: rgb(98,38,46); }

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

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

 a { background-color: rgb(98,38,46); }

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

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

 span { border-color: rgb(98,38,46); }

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