Html Css Color HEX #645242 Quincy

📋 copy color: '#645242'

red 100 ◦ green 82 ◦ blue 66

#645242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #645242

Tints of Quincy #645242

RGB

 RED value IS 100 (39.45% from 255) = 40.32%

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 40.32%
G = 33.06%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#645242 (or 0x645242) is known color: Quincy. HEX triplet: 64, 52 and 42. RGB value is (100,82,66). Sum of RGB (Red+Green+Blue) = 100+82+66=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645242 is #9BADBD. Grayscale: #555555. Windows color (decimal): -10202558 or 4346468. OLE color: 4346468.

HSL color Cylindrical-coordinate representation of color #645242: hue angle of 28.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645242 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 82 66 -
CMYK 0 0.18 0.34 0.61
HSL 28.24º 0.2% 0.33% -
HSV(B) 28.24º 0.34% 0.39% -
XYZ 9.26 9.14 6.43 -
YUV 85.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 100 82 66 0 0.18 0.34 0.61 28.24 0.2 0.33
Hex 64 52 42 0 12 22 3D 1C 14 21
Octal 144 122 102 0 22 42 75 34 24 41
Binary 1100100 1010010 1000010 0 10010 100010 111101 11100 10100 100001

Color Harmonies of #645242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645242

Black with #645242

Text Example


Text Example

White with #645242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645242; }

 p { color: rgb(100,82,66); }

 H1.HeaderClassName
 {
   color: #645242;
 }
 .AnyTagClassName
 {
   color: #645242;
 }
</style>

background-color css

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

 a { background-color: rgb(100,82,66); }

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

border-color css

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

 span { border-color: rgb(100,82,66); }

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