Html Css Color HEX #694853 Finn

📋 copy color: '#694853'

red 105 ◦ green 72 ◦ blue 83

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

Shades of Finn #694853

Tints of Finn #694853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 40.38%
G = 27.69%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#694853 (or 0x694853) is known color: Finn. HEX triplet: 69, 48 and 53. RGB value is (105,72,83). Sum of RGB (Red+Green+Blue) = 105+72+83=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694853 is #96B7AC. Grayscale: #535353. Windows color (decimal): -9877421 or 5458025. OLE color: 5458025.

HSL color Cylindrical-coordinate representation of color #694853: hue angle of 340º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694853 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 83 -
CMYK 0 0.31 0.21 0.59
HSL 340º 0.19% 0.35% -
HSV(B) 340º 0.31% 0.41% -
XYZ 9.7 8.26 9.27 -
YUV 83.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 105 72 83 0 0.31 0.21 0.59 340 0.19 0.35
Hex 69 48 53 0 1F 15 3B 154 13 23
Octal 151 110 123 0 37 25 73 524 23 43
Binary 1101001 1001000 1010011 0 11111 10101 111011 101010100 10011 100011

Color Harmonies of #694853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694853

Black with #694853

Text Example


Text Example

White with #694853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694853; }

 p { color: rgb(105,72,83); }

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

background-color css

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

 a { background-color: rgb(105,72,83); }

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

border-color css

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

 span { border-color: rgb(105,72,83); }

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