Html Css Color HEX #6C465C Finn

📋 copy color: '#6C465C'

red 108 ◦ green 70 ◦ blue 92

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

Shades of Finn #6C465C

Tints of Finn #6C465C

RGB

 RED value IS 108 (42.58% from 255) = 40%

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 40%
G = 25.93%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C465C (or 0x6C465C) is known color: Finn. HEX triplet: 6C, 46 and 5C. RGB value is (108,70,92). Sum of RGB (Red+Green+Blue) = 108+70+92=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C465C is #93B9A3. Grayscale: #535353. Windows color (decimal): -9681316 or 6047340. OLE color: 6047340.

HSL color Cylindrical-coordinate representation of color #6C465C: hue angle of 325.26º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C465C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 70 92 -
CMYK 0 0.35 0.15 0.58
HSL 325.26º 0.21% 0.35% -
HSV(B) 325.26º 0.35% 0.42% -
XYZ 10.31 8.34 11.19 -
YUV 83.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 108 70 92 0 0.35 0.15 0.58 325.26 0.21 0.35
Hex 6C 46 5C 0 23 F 3A 145 15 23
Octal 154 106 134 0 43 17 72 505 25 43
Binary 1101100 1000110 1011100 0 100011 1111 111010 101000101 10101 100011

Color Harmonies of #6C465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C465C

Black with #6C465C

Text Example


Text Example

White with #6C465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,92); }

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

background-color css

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

 a { background-color: rgb(108,70,92); }

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

border-color css

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

 span { border-color: rgb(108,70,92); }

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