Html Css Color HEX #66435B Finn

📋 copy color: '#66435B'

red 102 ◦ green 67 ◦ blue 91

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

Shades of Finn #66435B

Tints of Finn #66435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 39.23%
G = 25.77%
B = 35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66435B (or 0x66435B) is known color: Finn. HEX triplet: 66, 43 and 5B. RGB value is (102,67,91). Sum of RGB (Red+Green+Blue) = 102+67+91=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435B is #99BCA4. Grayscale: #505050. Windows color (decimal): -10075301 or 5981030. OLE color: 5981030.

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

Color convert

RGB 102 67 91 -
CMYK 0 0.34 0.11 0.6
HSL 318.86º 0.21% 0.33% -
HSV(B) 318.86º 0.34% 0.4% -
XYZ 9.37 7.59 10.87 -
YUV 80.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 102 67 91 0 0.34 0.11 0.6 318.86 0.21 0.33
Hex 66 43 5B 0 22 B 3C 13F 15 21
Octal 146 103 133 0 42 13 74 477 25 41
Binary 1100110 1000011 1011011 0 100010 1011 111100 100111111 10101 100001

Color Harmonies of #66435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66435B

Black with #66435B

Text Example


Text Example

White with #66435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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