#643235

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

Shades of Jazz #643235

Tints of Jazz #643235

Color information

#643235 (or 0x643235) is unknown color: approx Jazz. HEX triplet: 64, 32 and 35. RGB value is (100,50,53). Sum of RGB (Red+Green+Blue) = 100+50+53=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #643235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643235 is #9BCDCA. Grayscale: #414141. Windows color (decimal): -10210763 or 3486308. OLE color: 3486308.

HSL color Cylindrical-coordinate representation of color #643235: hue angle of 356.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643235 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1005053-
CMYK00.500.470.61
HSL356.4º33.33%29.41%-
HSV(B)356.4º50%39.22%-
XYZ7.045.254.01-
YUV65.29121.06152.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=49.26%
G=24.63%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100505300.500.470.61356.433.3329.41
Hex6432350322F3D164211d
Octal144626506257755444135
Binary1100100110010110101011001010111111110110110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643235; }

 p { color: rgb(100,50,53); }

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

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

 a { background-color: rgb(100,50,53); }

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

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

 span { border-color: rgb(100,50,53); }

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