Html Css Color HEX #664453 Finn

📋 copy color: '#664453'

red 102 ◦ green 68 ◦ blue 83

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

Shades of Finn #664453

Tints of Finn #664453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 40.32%
G = 26.88%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#664453 (or 0x664453) is known color: Finn. HEX triplet: 66, 44 and 53. RGB value is (102,68,83). Sum of RGB (Red+Green+Blue) = 102+68+83=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664453 is #99BBAC. Grayscale: #4F4F4F. Windows color (decimal): -10075053 or 5456998. OLE color: 5456998.

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

Color convert

RGB 102 68 83 -
CMYK 0 0.33 0.19 0.6
HSL 333.53º 0.2% 0.33% -
HSV(B) 333.53º 0.33% 0.4% -
XYZ 9.11 7.58 9.17 -
YUV 79.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 102 68 83 0 0.33 0.19 0.6 333.53 0.2 0.33
Hex 66 44 53 0 21 13 3C 14E 14 21
Octal 146 104 123 0 41 23 74 516 24 41
Binary 1100110 1000100 1010011 0 100001 10011 111100 101001110 10100 100001

Color Harmonies of #664453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664453

Black with #664453

Text Example


Text Example

White with #664453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664453; }

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

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

background-color css

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

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

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

border-color css

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

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

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