Html Css Color HEX #67525D Finn

📋 copy color: '#67525D'

red 103 ◦ green 82 ◦ blue 93

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

Shades of Finn #67525D

Tints of Finn #67525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 37.05%
G = 29.5%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67525D (or 0x67525D) is known color: Finn. HEX triplet: 67, 52 and 5D. RGB value is (103,82,93). Sum of RGB (Red+Green+Blue) = 103+82+93=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #67525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67525D is #98ADA2. Grayscale: #595959. Windows color (decimal): -10005923 or 6115943. OLE color: 6115943.

HSL color Cylindrical-coordinate representation of color #67525D: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67525D is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 82 93 -
CMYK 0 0.20 0.10 0.60
HSL 328.57º 0.11% 0.36% -
HSV(B) 328.57º 0.2% 0.4% -
XYZ 10.59 9.71 11.67 -
YUV 89.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 103 82 93 0 0.20 0.10 0.60 328.57 0.11 0.36
Hex 67 52 5D 0 14 A 3C 149 B 24
Octal 147 122 135 0 24 12 74 511 13 44
Binary 1100111 1010010 1011101 0 10100 1010 111100 101001001 1011 100100

Color Harmonies of #67525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67525D

Black with #67525D

Text Example


Text Example

White with #67525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,82,93); }

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

background-color css

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

 a { background-color: rgb(103,82,93); }

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

border-color css

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

 span { border-color: rgb(103,82,93); }

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