Html Css Color HEX #67474F Finn

📋 copy color: '#67474F'

red 103 ◦ green 71 ◦ blue 79

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

Shades of Finn #67474F

Tints of Finn #67474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 40.71%
G = 28.06%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#67474F (or 0x67474F) is known color: Finn. HEX triplet: 67, 47 and 4F. RGB value is (103,71,79). Sum of RGB (Red+Green+Blue) = 103+71+79=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #67474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67474F is #98B8B0. Grayscale: #515151. Windows color (decimal): -10008753 or 5195623. OLE color: 5195623.

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

Color convert

RGB 103 71 79 -
CMYK 0 0.31 0.23 0.60
HSL 345º 0.18% 0.34% -
HSV(B) 345º 0.31% 0.4% -
XYZ 9.26 7.95 8.44 -
YUV 81.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 103 71 79 0 0.31 0.23 0.60 345 0.18 0.34
Hex 67 47 4F 0 1F 17 3C 159 12 22
Octal 147 107 117 0 37 27 74 531 22 42
Binary 1100111 1000111 1001111 0 11111 10111 111100 101011001 10010 100010

Color Harmonies of #67474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67474F

Black with #67474F

Text Example


Text Example

White with #67474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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