Html Css Color HEX #69425A Finn

📋 copy color: '#69425A'

red 105 ◦ green 66 ◦ blue 90

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

Shades of Finn #69425A

Tints of Finn #69425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 40.23%
G = 25.29%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69425A (or 0x69425A) is known color: Finn. HEX triplet: 69, 42 and 5A. RGB value is (105,66,90). Sum of RGB (Red+Green+Blue) = 105+66+90=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69425A is #96BDA5. Grayscale: #505050. Windows color (decimal): -9878950 or 5915241. OLE color: 5915241.

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

Color convert

RGB 105 66 90 -
CMYK 0 0.37 0.14 0.59
HSL 323.08º 0.23% 0.34% -
HSV(B) 323.08º 0.37% 0.41% -
XYZ 9.62 7.64 10.64 -
YUV 80.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 105 66 90 0 0.37 0.14 0.59 323.08 0.23 0.34
Hex 69 42 5A 0 25 E 3B 143 17 22
Octal 151 102 132 0 45 16 73 503 27 42
Binary 1101001 1000010 1011010 0 100101 1110 111011 101000011 10111 100010

Color Harmonies of #69425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69425A

Black with #69425A

Text Example


Text Example

White with #69425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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