Html Css Color HEX #694252 Finn

📋 copy color: '#694252'

red 105 ◦ green 66 ◦ blue 82

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

Shades of Finn #694252

Tints of Finn #694252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

 BLUE value IS 82 (32.42% from 255) = 32.41%

R = 41.5%
G = 26.09%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#694252 (or 0x694252) is known color: Finn. HEX triplet: 69, 42 and 52. RGB value is (105,66,82). Sum of RGB (Red+Green+Blue) = 105+66+82=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #694252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694252 is #96BDAD. Grayscale: #4F4F4F. Windows color (decimal): -9878958 or 5390953. OLE color: 5390953.

HSL color Cylindrical-coordinate representation of color #694252: hue angle of 335.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694252 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 82 -
CMYK 0 0.37 0.22 0.59
HSL 335.38º 0.23% 0.34% -
HSV(B) 335.38º 0.37% 0.41% -
XYZ 9.3 7.51 8.94 -
YUV 79.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 105 66 82 0 0.37 0.22 0.59 335.38 0.23 0.34
Hex 69 42 52 0 25 16 3B 14F 17 22
Octal 151 102 122 0 45 26 73 517 27 42
Binary 1101001 1000010 1010010 0 100101 10110 111011 101001111 10111 100010

Color Harmonies of #694252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694252

Black with #694252

Text Example


Text Example

White with #694252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694252; }

 p { color: rgb(105,66,82); }

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

background-color css

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

 a { background-color: rgb(105,66,82); }

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

border-color css

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

 span { border-color: rgb(105,66,82); }

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