Html Css Color HEX #693852 Finn

📋 copy color: '#693852'

red 105 ◦ green 56 ◦ blue 82

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

Shades of Finn #693852

Tints of Finn #693852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 43.21%
G = 23.05%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#693852 (or 0x693852) is known color: Finn. HEX triplet: 69, 38 and 52. RGB value is (105,56,82). Sum of RGB (Red+Green+Blue) = 105+56+82=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #693852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693852 is #96C7AD. Grayscale: #494949. Windows color (decimal): -9881518 or 5388393. OLE color: 5388393.

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

Color convert

RGB 105 56 82 -
CMYK 0 0.47 0.22 0.59
HSL 328.16º 0.3% 0.32% -
HSV(B) 328.16º 0.47% 0.41% -
XYZ 8.76 6.44 8.76 -
YUV 73.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 105 56 82 0 0.47 0.22 0.59 328.16 0.3 0.32
Hex 69 38 52 0 2F 16 3B 148 1E 20
Octal 151 70 122 0 57 26 73 510 36 40
Binary 1101001 111000 1010010 0 101111 10110 111011 101001000 11110 100000

Color Harmonies of #693852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693852

Black with #693852

Text Example


Text Example

White with #693852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693852; }

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

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

background-color css

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

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

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

border-color css

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

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

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