Html Css Color HEX #69425D Finn

📋 copy color: '#69425D'

red 105 ◦ green 66 ◦ blue 93

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

Shades of Finn #69425D

Tints of Finn #69425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 39.77%
G = 25%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69425D (or 0x69425D) is known color: Finn. HEX triplet: 69, 42 and 5D. RGB value is (105,66,93). Sum of RGB (Red+Green+Blue) = 105+66+93=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69425D is #96BDA2. Grayscale: #505050. Windows color (decimal): -9878947 or 6111849. OLE color: 6111849.

HSL color Cylindrical-coordinate representation of color #69425D: hue angle of 318.46º 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 #69425D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 93 -
CMYK 0 0.37 0.11 0.59
HSL 318.46º 0.23% 0.34% -
HSV(B) 318.46º 0.37% 0.41% -
XYZ 9.75 7.69 11.33 -
YUV 80.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 105 66 93 0 0.37 0.11 0.59 318.46 0.23 0.34
Hex 69 42 5D 0 25 B 3B 13E 17 22
Octal 151 102 135 0 45 13 73 476 27 42
Binary 1101001 1000010 1011101 0 100101 1011 111011 100111110 10111 100010

Color Harmonies of #69425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69425D

Black with #69425D

Text Example


Text Example

White with #69425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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