#643233

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

Shades of Jazz #643233

Tints of Jazz #643233

Color information

#643233 (or 0x643233) is unknown color: approx Jazz. HEX triplet: 64, 32 and 33. RGB value is (100,50,51). Sum of RGB (Red+Green+Blue) = 100+50+51=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #643233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643233 is #9BCDCC. Grayscale: #414141. Windows color (decimal): -10210765 or 3355236. OLE color: 3355236.

HSL color Cylindrical-coordinate representation of color #643233: hue angle of 358.8º 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 #643233 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB1005051-
CMYK00.500.490.61
HSL358.8º33.33%29.41%-
HSV(B)358.8º50%39.22%-
XYZ6.995.233.77-
YUV65.06120.06152.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=49.75%
G=24.88%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100505100.500.490.61358.833.3329.41
Hex643233032313D167211d
Octal144626306261755474135
Binary1100100110010110011011001011000111110110110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643233; }

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

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

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

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

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

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

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

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