Html Css Color HEX #664153 Finn

📋 copy color: '#664153'

red 102 ◦ green 65 ◦ blue 83

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

Shades of Finn #664153

Tints of Finn #664153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 40.8%
G = 26%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#664153 (or 0x664153) is known color: Finn. HEX triplet: 66, 41 and 53. RGB value is (102,65,83). Sum of RGB (Red+Green+Blue) = 102+65+83=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #664153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664153 is #99BEAC. Grayscale: #4E4E4E. Windows color (decimal): -10075821 or 5456230. OLE color: 5456230.

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

Color convert

RGB 102 65 83 -
CMYK 0 0.36 0.19 0.6
HSL 330.81º 0.22% 0.33% -
HSV(B) 330.81º 0.36% 0.4% -
XYZ 8.93 7.23 9.11 -
YUV 78.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 102 65 83 0 0.36 0.19 0.6 330.81 0.22 0.33
Hex 66 41 53 0 24 13 3C 14B 16 21
Octal 146 101 123 0 44 23 74 513 26 41
Binary 1100110 1000001 1010011 0 100100 10011 111100 101001011 10110 100001

Color Harmonies of #664153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664153

Black with #664153

Text Example


Text Example

White with #664153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664153; }

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

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

background-color css

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

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

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

border-color css

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

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

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