Html Css Color HEX #67505A Finn

📋 copy color: '#67505A'

red 103 ◦ green 80 ◦ blue 90

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

Shades of Finn #67505A

Tints of Finn #67505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 37.73%
G = 29.3%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67505A (or 0x67505A) is known color: Finn. HEX triplet: 67, 50 and 5A. RGB value is (103,80,90). Sum of RGB (Red+Green+Blue) = 103+80+90=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #67505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505A is #98AFA5. Grayscale: #585858. Windows color (decimal): -10006438 or 5918823. OLE color: 5918823.

HSL color Cylindrical-coordinate representation of color #67505A: hue angle of 333.91º 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 #67505A is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 90 -
CMYK 0 0.22 0.13 0.60
HSL 333.91º 0.13% 0.36% -
HSV(B) 333.91º 0.22% 0.4% -
XYZ 10.31 9.36 10.94 -
YUV 88.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 103 80 90 0 0.22 0.13 0.60 333.91 0.13 0.36
Hex 67 50 5A 0 16 D 3C 14E D 24
Octal 147 120 132 0 26 15 74 516 15 44
Binary 1100111 1010000 1011010 0 10110 1101 111100 101001110 1101 100100

Color Harmonies of #67505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67505A

Black with #67505A

Text Example


Text Example

White with #67505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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