Html Css Color HEX #645345 Quincy

📋 copy color: '#645345'

red 100 ◦ green 83 ◦ blue 69

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

Shades of Quincy #645345

Tints of Quincy #645345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 39.68%
G = 32.94%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#645345 (or 0x645345) is known color: Quincy. HEX triplet: 64, 53 and 45. RGB value is (100,83,69). Sum of RGB (Red+Green+Blue) = 100+83+69=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #645345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645345 is #9BACBA. Grayscale: #565656. Windows color (decimal): -10202299 or 4543332. OLE color: 4543332.

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

Color convert

RGB 100 83 69 -
CMYK 0 0.17 0.31 0.61
HSL 27.1º 0.18% 0.33% -
HSV(B) 27.1º 0.31% 0.39% -
XYZ 9.42 9.33 6.93 -
YUV 86.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 100 83 69 0 0.17 0.31 0.61 27.1 0.18 0.33
Hex 64 53 45 0 11 1F 3D 1B 12 21
Octal 144 123 105 0 21 37 75 33 22 41
Binary 1100100 1010011 1000101 0 10001 11111 111101 11011 10010 100001

Color Harmonies of #645345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645345

Black with #645345

Text Example


Text Example

White with #645345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645345; }

 p { color: rgb(100,83,69); }

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

background-color css

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

 a { background-color: rgb(100,83,69); }

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

border-color css

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

 span { border-color: rgb(100,83,69); }

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