Html Css Color HEX #6B425A Finn

📋 copy color: '#6B425A'

red 107 ◦ green 66 ◦ blue 90

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

Shades of Finn #6B425A

Tints of Finn #6B425A

RGB

 RED value IS 107 (42.19% from 255) = 40.68%

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

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

R = 40.68%
G = 25.1%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B425A (or 0x6B425A) is known color: Finn. HEX triplet: 6B, 42 and 5A. RGB value is (107,66,90). Sum of RGB (Red+Green+Blue) = 107+66+90=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B425A is #94BDA5. Grayscale: #505050. Windows color (decimal): -9747878 or 5915243. OLE color: 5915243.

HSL color Cylindrical-coordinate representation of color #6B425A: hue angle of 324.88º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B425A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 66 90 -
CMYK 0 0.38 0.16 0.58
HSL 324.88º 0.24% 0.34% -
HSV(B) 324.88º 0.38% 0.42% -
XYZ 9.86 7.76 10.65 -
YUV 81 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 107 66 90 0 0.38 0.16 0.58 324.88 0.24 0.34
Hex 6B 42 5A 0 26 10 3A 145 18 22
Octal 153 102 132 0 46 20 72 505 30 42
Binary 1101011 1000010 1011010 0 100110 10000 111010 101000101 11000 100010

Color Harmonies of #6B425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B425A

Black with #6B425A

Text Example


Text Example

White with #6B425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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