Html Css Color HEX #66535D Finn

📋 copy color: '#66535D'

red 102 ◦ green 83 ◦ blue 93

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

Shades of Finn #66535D

Tints of Finn #66535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 36.69%
G = 29.86%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66535D (or 0x66535D) is known color: Finn. HEX triplet: 66, 53 and 5D. RGB value is (102,83,93). Sum of RGB (Red+Green+Blue) = 102+83+93=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66535D is #99ACA2. Grayscale: #595959. Windows color (decimal): -10071203 or 6116198. OLE color: 6116198.

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

Color convert

RGB 102 83 93 -
CMYK 0 0.19 0.09 0.6
HSL 328.42º 0.1% 0.36% -
HSV(B) 328.42º 0.19% 0.4% -
XYZ 10.55 9.8 11.69 -
YUV 89.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 102 83 93 0 0.19 0.09 0.6 328.42 0.1 0.36
Hex 66 53 5D 0 13 9 3C 148 A 24
Octal 146 123 135 0 23 11 74 510 12 44
Binary 1100110 1010011 1011101 0 10011 1001 111100 101001000 1010 100100

Color Harmonies of #66535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66535D

Black with #66535D

Text Example


Text Example

White with #66535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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