Html Css Color HEX #664253 Finn

📋 copy color: '#664253'

red 102 ◦ green 66 ◦ blue 83

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

Shades of Finn #664253

Tints of Finn #664253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 40.64%
G = 26.29%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#664253 (or 0x664253) is known color: Finn. HEX triplet: 66, 42 and 53. RGB value is (102,66,83). Sum of RGB (Red+Green+Blue) = 102+66+83=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664253 is #99BDAC. Grayscale: #4E4E4E. Windows color (decimal): -10075565 or 5456486. OLE color: 5456486.

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

Color convert

RGB 102 66 83 -
CMYK 0 0.35 0.19 0.6
HSL 331.67º 0.21% 0.33% -
HSV(B) 331.67º 0.35% 0.4% -
XYZ 8.99 7.35 9.13 -
YUV 78.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 102 66 83 0 0.35 0.19 0.6 331.67 0.21 0.33
Hex 66 42 53 0 23 13 3C 14C 15 21
Octal 146 102 123 0 43 23 74 514 25 41
Binary 1100110 1000010 1010011 0 100011 10011 111100 101001100 10101 100001

Color Harmonies of #664253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664253

Black with #664253

Text Example


Text Example

White with #664253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664253; }

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

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

background-color css

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

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

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

border-color css

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

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

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