Html Css Color HEX #645042 Quincy

📋 copy color: '#645042'

red 100 ◦ green 80 ◦ blue 66

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

Shades of Quincy #645042

Tints of Quincy #645042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 40.65%
G = 32.52%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#645042 (or 0x645042) is known color: Quincy. HEX triplet: 64, 50 and 42. RGB value is (100,80,66). Sum of RGB (Red+Green+Blue) = 100+80+66=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #645042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645042 is #9BAFBD. Grayscale: #545454. Windows color (decimal): -10203070 or 4345956. OLE color: 4345956.

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

Color convert

RGB 100 80 66 -
CMYK 0 0.2 0.34 0.61
HSL 24.71º 0.2% 0.33% -
HSV(B) 24.71º 0.34% 0.39% -
XYZ 9.11 8.84 6.38 -
YUV 84.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 100 80 66 0 0.2 0.34 0.61 24.71 0.2 0.33
Hex 64 50 42 0 14 22 3D 19 14 21
Octal 144 120 102 0 24 42 75 31 24 41
Binary 1100100 1010000 1000010 0 10100 100010 111101 11001 10100 100001

Color Harmonies of #645042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645042

Black with #645042

Text Example


Text Example

White with #645042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645042; }

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

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

background-color css

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

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

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

border-color css

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

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

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