Html Css Color HEX #69425B Finn

📋 copy color: '#69425B'

red 105 ◦ green 66 ◦ blue 91

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

Shades of Finn #69425B

Tints of Finn #69425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 40.08%
G = 25.19%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69425B (or 0x69425B) is known color: Finn. HEX triplet: 69, 42 and 5B. RGB value is (105,66,91). Sum of RGB (Red+Green+Blue) = 105+66+91=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69425B is #96BDA4. Grayscale: #505050. Windows color (decimal): -9878949 or 5980777. OLE color: 5980777.

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

Color convert

RGB 105 66 91 -
CMYK 0 0.37 0.13 0.59
HSL 321.54º 0.23% 0.34% -
HSV(B) 321.54º 0.37% 0.41% -
XYZ 9.66 7.66 10.87 -
YUV 80.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 105 66 91 0 0.37 0.13 0.59 321.54 0.23 0.34
Hex 69 42 5B 0 25 D 3B 142 17 22
Octal 151 102 133 0 45 15 73 502 27 42
Binary 1101001 1000010 1011011 0 100101 1101 111011 101000010 10111 100010

Color Harmonies of #69425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69425B

Black with #69425B

Text Example


Text Example

White with #69425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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