Html Css Color HEX #67424F Finn

📋 copy color: '#67424F'

red 103 ◦ green 66 ◦ blue 79

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

Shades of Finn #67424F

Tints of Finn #67424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 41.53%
G = 26.61%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#67424F (or 0x67424F) is known color: Finn. HEX triplet: 67, 42 and 4F. RGB value is (103,66,79). Sum of RGB (Red+Green+Blue) = 103+66+79=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67424F is #98BDB0. Grayscale: #4E4E4E. Windows color (decimal): -10010033 or 5194343. OLE color: 5194343.

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

Color convert

RGB 103 66 79 -
CMYK 0 0.36 0.23 0.60
HSL 338.92º 0.22% 0.33% -
HSV(B) 338.92º 0.36% 0.4% -
XYZ 8.95 7.34 8.34 -
YUV 78.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 103 66 79 0 0.36 0.23 0.60 338.92 0.22 0.33
Hex 67 42 4F 0 24 17 3C 153 16 21
Octal 147 102 117 0 44 27 74 523 26 41
Binary 1100111 1000010 1001111 0 100100 10111 111100 101010011 10110 100001

Color Harmonies of #67424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67424F

Black with #67424F

Text Example


Text Example

White with #67424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,66,79); }

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

background-color css

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

 a { background-color: rgb(103,66,79); }

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

border-color css

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

 span { border-color: rgb(103,66,79); }

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