Html Css Color HEX #693C5B Finn

📋 copy color: '#693C5B'

red 105 ◦ green 60 ◦ blue 91

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

Shades of Finn #693C5B

Tints of Finn #693C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 41.02%
G = 23.44%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#693C5B (or 0x693C5B) is known color: Finn. HEX triplet: 69, 3C and 5B. RGB value is (105,60,91). Sum of RGB (Red+Green+Blue) = 105+60+91=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C5B is #96C3A4. Grayscale: #4C4C4C. Windows color (decimal): -9880485 or 5979241. OLE color: 5979241.

HSL color Cylindrical-coordinate representation of color #693C5B: hue angle of 318.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 #693C5B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 91 -
CMYK 0 0.43 0.13 0.59
HSL 318.67º 0.27% 0.32% -
HSV(B) 318.67º 0.43% 0.41% -
XYZ 9.33 6.99 10.76 -
YUV 76.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 105 60 91 0 0.43 0.13 0.59 318.67 0.27 0.32
Hex 69 3C 5B 0 2B D 3B 13F 1B 20
Octal 151 74 133 0 53 15 73 477 33 40
Binary 1101001 111100 1011011 0 101011 1101 111011 100111111 11011 100000

Color Harmonies of #693C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C5B

Black with #693C5B

Text Example


Text Example

White with #693C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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