Html Css Color HEX #693850 Finn

📋 copy color: '#693850'

red 105 ◦ green 56 ◦ blue 80

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

Shades of Finn #693850

Tints of Finn #693850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 43.57%
G = 23.24%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#693850 (or 0x693850) is known color: Finn. HEX triplet: 69, 38 and 50. RGB value is (105,56,80). Sum of RGB (Red+Green+Blue) = 105+56+80=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693850 is #96C7AF. Grayscale: #494949. Windows color (decimal): -9881520 or 5257321. OLE color: 5257321.

HSL color Cylindrical-coordinate representation of color #693850: hue angle of 330.61º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693850 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 80 -
CMYK 0 0.47 0.24 0.59
HSL 330.61º 0.3% 0.32% -
HSV(B) 330.61º 0.47% 0.41% -
XYZ 8.69 6.41 8.37 -
YUV 73.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 105 56 80 0 0.47 0.24 0.59 330.61 0.3 0.32
Hex 69 38 50 0 2F 18 3B 14B 1E 20
Octal 151 70 120 0 57 30 73 513 36 40
Binary 1101001 111000 1010000 0 101111 11000 111011 101001011 11110 100000

Color Harmonies of #693850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693850

Black with #693850

Text Example


Text Example

White with #693850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693850; }

 p { color: rgb(105,56,80); }

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

background-color css

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

 a { background-color: rgb(105,56,80); }

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

border-color css

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

 span { border-color: rgb(105,56,80); }

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