Html Css Color HEX #66535B Finn

📋 copy color: '#66535B'

red 102 ◦ green 83 ◦ blue 91

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

Shades of Finn #66535B

Tints of Finn #66535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 36.96%
G = 30.07%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66535B (or 0x66535B) is known color: Finn. HEX triplet: 66, 53 and 5B. RGB value is (102,83,91). Sum of RGB (Red+Green+Blue) = 102+83+91=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66535B is #99ACA4. Grayscale: #595959. Windows color (decimal): -10071205 or 5985126. OLE color: 5985126.

HSL color Cylindrical-coordinate representation of color #66535B: hue angle of 334.74º 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 #66535B is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 91 -
CMYK 0 0.19 0.11 0.6
HSL 334.74º 0.1% 0.36% -
HSV(B) 334.74º 0.19% 0.4% -
XYZ 10.46 9.77 11.23 -
YUV 89.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 102 83 91 0 0.19 0.11 0.6 334.74 0.1 0.36
Hex 66 53 5B 0 13 B 3C 14F A 24
Octal 146 123 133 0 23 13 74 517 12 44
Binary 1100110 1010011 1011011 0 10011 1011 111100 101001111 1010 100100

Color Harmonies of #66535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66535B

Black with #66535B

Text Example


Text Example

White with #66535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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