Html Css Color HEX #693253 Finn

📋 copy color: '#693253'

red 105 ◦ green 50 ◦ blue 83

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

Shades of Finn #693253

Tints of Finn #693253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 44.12%
G = 21.01%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#693253 (or 0x693253) is known color: Finn. HEX triplet: 69, 32 and 53. RGB value is (105,50,83). Sum of RGB (Red+Green+Blue) = 105+50+83=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693253 is #96CDAC. Grayscale: #464646. Windows color (decimal): -9883053 or 5452393. OLE color: 5452393.

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

Color convert

RGB 105 50 83 -
CMYK 0 0.52 0.21 0.59
HSL 324º 0.35% 0.3% -
HSV(B) 324º 0.52% 0.41% -
XYZ 8.53 5.91 8.87 -
YUV 70.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 105 50 83 0 0.52 0.21 0.59 324 0.35 0.3
Hex 69 32 53 0 34 15 3B 144 23 1E
Octal 151 62 123 0 64 25 73 504 43 36
Binary 1101001 110010 1010011 0 110100 10101 111011 101000100 100011 11110

Color Harmonies of #693253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693253

Black with #693253

Text Example


Text Example

White with #693253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693253; }

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

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

background-color css

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

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

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

border-color css

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

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

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