Html Css Color HEX #6B4C5A Finn

📋 copy color: '#6B4C5A'

red 107 ◦ green 76 ◦ blue 90

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

Shades of Finn #6B4C5A

Tints of Finn #6B4C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 39.19%
G = 27.84%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B4C5A (or 0x6B4C5A) is known color: Finn. HEX triplet: 6B, 4C and 5A. RGB value is (107,76,90). Sum of RGB (Red+Green+Blue) = 107+76+90=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C5A is #94B3A5. Grayscale: #565656. Windows color (decimal): -9745318 or 5917803. OLE color: 5917803.

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

Color convert

RGB 107 76 90 -
CMYK 0 0.29 0.16 0.58
HSL 332.9º 0.17% 0.36% -
HSV(B) 332.9º 0.29% 0.42% -
XYZ 10.49 9.03 10.86 -
YUV 86.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 107 76 90 0 0.29 0.16 0.58 332.9 0.17 0.36
Hex 6B 4C 5A 0 1D 10 3A 14D 11 24
Octal 153 114 132 0 35 20 72 515 21 44
Binary 1101011 1001100 1011010 0 11101 10000 111010 101001101 10001 100100

Color Harmonies of #6B4C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4C5A

Black with #6B4C5A

Text Example


Text Example

White with #6B4C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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