Html Css Color HEX #664653 Finn

📋 copy color: '#664653'

red 102 ◦ green 70 ◦ blue 83

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

Shades of Finn #664653

Tints of Finn #664653

RGB

 RED value IS 102 (40.23% from 255) = 40%

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 40%
G = 27.45%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#664653 (or 0x664653) is known color: Finn. HEX triplet: 66, 46 and 53. RGB value is (102,70,83). Sum of RGB (Red+Green+Blue) = 102+70+83=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664653 is #99B9AC. Grayscale: #515151. Windows color (decimal): -10074541 or 5457510. OLE color: 5457510.

HSL color Cylindrical-coordinate representation of color #664653: hue angle of 335.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664653 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 83 -
CMYK 0 0.31 0.19 0.6
HSL 335.63º 0.19% 0.34% -
HSV(B) 335.63º 0.31% 0.4% -
XYZ 9.23 7.83 9.21 -
YUV 81.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 102 70 83 0 0.31 0.19 0.6 335.63 0.19 0.34
Hex 66 46 53 0 1F 13 3C 150 13 22
Octal 146 106 123 0 37 23 74 520 23 42
Binary 1100110 1000110 1010011 0 11111 10011 111100 101010000 10011 100010

Color Harmonies of #664653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664653

Black with #664653

Text Example


Text Example

White with #664653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664653; }

 p { color: rgb(102,70,83); }

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

background-color css

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

 a { background-color: rgb(102,70,83); }

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

border-color css

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

 span { border-color: rgb(102,70,83); }

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