Html Css Color HEX #684B5B Finn

📋 copy color: '#684B5B'

red 104 ◦ green 75 ◦ blue 91

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

Shades of Finn #684B5B

Tints of Finn #684B5B

RGB

 RED value IS 104 (41.02% from 255) = 38.52%

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 38.52%
G = 27.78%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#684B5B (or 0x684B5B) is known color: Finn. HEX triplet: 68, 4B and 5B. RGB value is (104,75,91). Sum of RGB (Red+Green+Blue) = 104+75+91=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B5B is #97B4A4. Grayscale: #555555. Windows color (decimal): -9942181 or 5983080. OLE color: 5983080.

HSL color Cylindrical-coordinate representation of color #684B5B: hue angle of 326.9º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684B5B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 75 91 -
CMYK 0 0.28 0.12 0.59
HSL 326.9º 0.16% 0.35% -
HSV(B) 326.9º 0.28% 0.41% -
XYZ 10.11 8.73 11.05 -
YUV 85.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 104 75 91 0 0.28 0.12 0.59 326.9 0.16 0.35
Hex 68 4B 5B 0 1C C 3B 147 10 23
Octal 150 113 133 0 34 14 73 507 20 43
Binary 1101000 1001011 1011011 0 11100 1100 111011 101000111 10000 100011

Color Harmonies of #684B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B5B

Black with #684B5B

Text Example


Text Example

White with #684B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684B5B; }

 p { color: rgb(104,75,91); }

 H1.HeaderClassName
 {
   color: #684B5B;
 }
 .AnyTagClassName
 {
   color: #684B5B;
 }
</style>

background-color css

<style>
 a { background-color: #684B5B; }

 a { background-color: rgb(104,75,91); }

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

border-color css

<style>
 span { border-color: #684B5B; }

 span { border-color: rgb(104,75,91); }

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