Html Css Color HEX #694153 Finn

📋 copy color: '#694153'

red 105 ◦ green 65 ◦ blue 83

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

Shades of Finn #694153

Tints of Finn #694153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 41.5%
G = 25.69%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#694153 (or 0x694153) is known color: Finn. HEX triplet: 69, 41 and 53. RGB value is (105,65,83). Sum of RGB (Red+Green+Blue) = 105+65+83=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #694153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694153 is #96BEAC. Grayscale: #4E4E4E. Windows color (decimal): -9879213 or 5456233. OLE color: 5456233.

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

Color convert

RGB 105 65 83 -
CMYK 0 0.38 0.21 0.59
HSL 333º 0.24% 0.33% -
HSV(B) 333º 0.38% 0.41% -
XYZ 9.28 7.41 9.12 -
YUV 79.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 105 65 83 0 0.38 0.21 0.59 333 0.24 0.33
Hex 69 41 53 0 26 15 3B 14D 18 21
Octal 151 101 123 0 46 25 73 515 30 41
Binary 1101001 1000001 1010011 0 100110 10101 111011 101001101 11000 100001

Color Harmonies of #694153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694153

Black with #694153

Text Example


Text Example

White with #694153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694153; }

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

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

background-color css

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

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

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

border-color css

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

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

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