#643035

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

Shades of Jazz #643035

Tints of Jazz #643035

Color information

#643035 (or 0x643035) is unknown color: approx Jazz. HEX triplet: 64, 30 and 35. RGB value is (100,48,53). Sum of RGB (Red+Green+Blue) = 100+48+53=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #643035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643035 is #9BCFCA. Grayscale: #404040. Windows color (decimal): -10211275 or 3485796. OLE color: 3485796.

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

Color convert

RGB1004853-
CMYK00.520.470.61
HSL354.23º35.14%29.02%-
HSV(B)354.23º52%39.22%-
XYZ6.965.083.98-
YUV64.12121.73153.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=49.75%
G=23.88%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100485300.520.470.61354.2335.1429.02
Hex6430350342F3D162231d
Octal144606506457755424335
Binary1100100110000110101011010010111111110110110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643035; }

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

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

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

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

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

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

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

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