Html Css Color HEX #693C4F Finn

📋 copy color: '#693C4F'

red 105 ◦ green 60 ◦ blue 79

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

Shades of Finn #693C4F

Tints of Finn #693C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 43.03%
G = 24.59%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#693C4F (or 0x693C4F) is known color: Finn. HEX triplet: 69, 3C and 4F. RGB value is (105,60,79). Sum of RGB (Red+Green+Blue) = 105+60+79=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C4F is #96C3B0. Grayscale: #4B4B4B. Windows color (decimal): -9880497 or 5192809. OLE color: 5192809.

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

Color convert

RGB 105 60 79 -
CMYK 0 0.43 0.25 0.59
HSL 334.67º 0.27% 0.32% -
HSV(B) 334.67º 0.43% 0.41% -
XYZ 8.85 6.8 8.24 -
YUV 75.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 105 60 79 0 0.43 0.25 0.59 334.67 0.27 0.32
Hex 69 3C 4F 0 2B 19 3B 14F 1B 20
Octal 151 74 117 0 53 31 73 517 33 40
Binary 1101001 111100 1001111 0 101011 11001 111011 101001111 11011 100000

Color Harmonies of #693C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C4F

Black with #693C4F

Text Example


Text Example

White with #693C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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