Html Css Color HEX #694452 Finn

📋 copy color: '#694452'

red 105 ◦ green 68 ◦ blue 82

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

Shades of Finn #694452

Tints of Finn #694452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 41.18%
G = 26.67%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#694452 (or 0x694452) is known color: Finn. HEX triplet: 69, 44 and 52. RGB value is (105,68,82). Sum of RGB (Red+Green+Blue) = 105+68+82=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694452 is #96BBAD. Grayscale: #505050. Windows color (decimal): -9878446 or 5391465. OLE color: 5391465.

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

Color convert

RGB 105 68 82 -
CMYK 0 0.35 0.22 0.59
HSL 337.3º 0.21% 0.34% -
HSV(B) 337.3º 0.35% 0.41% -
XYZ 9.42 7.75 8.98 -
YUV 80.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 105 68 82 0 0.35 0.22 0.59 337.3 0.21 0.34
Hex 69 44 52 0 23 16 3B 151 15 22
Octal 151 104 122 0 43 26 73 521 25 42
Binary 1101001 1000100 1010010 0 100011 10110 111011 101010001 10101 100010

Color Harmonies of #694452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694452

Black with #694452

Text Example


Text Example

White with #694452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694452; }

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

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

background-color css

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

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

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

border-color css

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

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

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