Html Css Color HEX #693352 Finn

📋 copy color: '#693352'

red 105 ◦ green 51 ◦ blue 82

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

Shades of Finn #693352

Tints of Finn #693352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

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

R = 44.12%
G = 21.43%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#693352 (or 0x693352) is known color: Finn. HEX triplet: 69, 33 and 52. RGB value is (105,51,82). Sum of RGB (Red+Green+Blue) = 105+51+82=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693352 is #96CCAD. Grayscale: #464646. Windows color (decimal): -9882798 or 5387113. OLE color: 5387113.

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

Color convert

RGB 105 51 82 -
CMYK 0 0.51 0.22 0.59
HSL 325.56º 0.35% 0.31% -
HSV(B) 325.56º 0.51% 0.41% -
XYZ 8.53 5.98 8.69 -
YUV 70.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 105 51 82 0 0.51 0.22 0.59 325.56 0.35 0.31
Hex 69 33 52 0 33 16 3B 146 23 1F
Octal 151 63 122 0 63 26 73 506 43 37
Binary 1101001 110011 1010010 0 110011 10110 111011 101000110 100011 11111

Color Harmonies of #693352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693352

Black with #693352

Text Example


Text Example

White with #693352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693352; }

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

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

background-color css

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

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

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

border-color css

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

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

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