Html Css Color HEX #67505F Finn

📋 copy color: '#67505F'

red 103 ◦ green 80 ◦ blue 95

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

Shades of Finn #67505F

Tints of Finn #67505F

RGB

 RED value IS 103 (40.63% from 255) = 37.05%

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 37.05%
G = 28.78%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67505F (or 0x67505F) is known color: Finn. HEX triplet: 67, 50 and 5F. RGB value is (103,80,95). Sum of RGB (Red+Green+Blue) = 103+80+95=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #67505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505F is #98AFA0. Grayscale: #585858. Windows color (decimal): -10006433 or 6246503. OLE color: 6246503.

HSL color Cylindrical-coordinate representation of color #67505F: hue angle of 320.87º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67505F is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 95 -
CMYK 0 0.22 0.08 0.60
HSL 320.87º 0.13% 0.36% -
HSV(B) 320.87º 0.22% 0.4% -
XYZ 10.53 9.45 12.1 -
YUV 88.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 103 80 95 0 0.22 0.08 0.60 320.87 0.13 0.36
Hex 67 50 5F 0 16 8 3C 141 D 24
Octal 147 120 137 0 26 10 74 501 15 44
Binary 1100111 1010000 1011111 0 10110 1000 111100 101000001 1101 100100

Color Harmonies of #67505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67505F

Black with #67505F

Text Example


Text Example

White with #67505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67505F; }

 p { color: rgb(103,80,95); }

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

background-color css

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

 a { background-color: rgb(103,80,95); }

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

border-color css

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

 span { border-color: rgb(103,80,95); }

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