Html Css Color HEX #6C4453 Finn

📋 copy color: '#6C4453'

red 108 ◦ green 68 ◦ blue 83

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

Shades of Finn #6C4453

Tints of Finn #6C4453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 41.7%
G = 26.25%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C4453 (or 0x6C4453) is known color: Finn. HEX triplet: 6C, 44 and 53. RGB value is (108,68,83). Sum of RGB (Red+Green+Blue) = 108+68+83=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4453 is #93BBAC. Grayscale: #515151. Windows color (decimal): -9681837 or 5457004. OLE color: 5457004.

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

Color convert

RGB 108 68 83 -
CMYK 0 0.37 0.23 0.58
HSL 337.5º 0.23% 0.35% -
HSV(B) 337.5º 0.37% 0.42% -
XYZ 9.81 7.95 9.2 -
YUV 81.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 108 68 83 0 0.37 0.23 0.58 337.5 0.23 0.35
Hex 6C 44 53 0 25 17 3A 152 17 23
Octal 154 104 123 0 45 27 72 522 27 43
Binary 1101100 1000100 1010011 0 100101 10111 111010 101010010 10111 100011

Color Harmonies of #6C4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4453

Black with #6C4453

Text Example


Text Example

White with #6C4453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,83); }

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

background-color css

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

 a { background-color: rgb(108,68,83); }

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

border-color css

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

 span { border-color: rgb(108,68,83); }

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