Html Css Color HEX #693F4F Finn

📋 copy color: '#693F4F'

red 105 ◦ green 63 ◦ blue 79

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

Shades of Finn #693F4F

Tints of Finn #693F4F

RGB

 RED value IS 105 (41.41% from 255) = 42.51%

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 42.51%
G = 25.51%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#693F4F (or 0x693F4F) is known color: Finn. HEX triplet: 69, 3F and 4F. RGB value is (105,63,79). Sum of RGB (Red+Green+Blue) = 105+63+79=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F4F is #96C0B0. Grayscale: #4D4D4D. Windows color (decimal): -9879729 or 5193577. OLE color: 5193577.

HSL color Cylindrical-coordinate representation of color #693F4F: hue angle of 337.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F4F is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 79 -
CMYK 0 0.4 0.25 0.59
HSL 337.14º 0.25% 0.33% -
HSV(B) 337.14º 0.4% 0.41% -
XYZ 9.01 7.12 8.3 -
YUV 77.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 105 63 79 0 0.4 0.25 0.59 337.14 0.25 0.33
Hex 69 3F 4F 0 28 19 3B 151 19 21
Octal 151 77 117 0 50 31 73 521 31 41
Binary 1101001 111111 1001111 0 101000 11001 111011 101010001 11001 100001

Color Harmonies of #693F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F4F

Black with #693F4F

Text Example


Text Example

White with #693F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F4F; }

 p { color: rgb(105,63,79); }

 H1.HeaderClassName
 {
   color: #693F4F;
 }
 .AnyTagClassName
 {
   color: #693F4F;
 }
</style>

background-color css

<style>
 a { background-color: #693F4F; }

 a { background-color: rgb(105,63,79); }

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

border-color css

<style>
 span { border-color: #693F4F; }

 span { border-color: rgb(105,63,79); }

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