Html Css Color HEX #6C715E Finch

📋 copy color: '#6C715E'

red 108 ◦ green 113 ◦ blue 94

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

Shades of Finch #6C715E

Tints of Finch #6C715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 34.29%
G = 35.87%
B = 29.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6C715E (or 0x6C715E) is known color: Finch. HEX triplet: 6C, 71 and 5E. RGB value is (108,113,94). Sum of RGB (Red+Green+Blue) = 108+113+94=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #6C715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C715E is #938EA1. Grayscale: #6D6D6D. Windows color (decimal): -9670306 or 6189420. OLE color: 6189420.

HSL color Cylindrical-coordinate representation of color #6C715E: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C715E is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 113 94 -
CMYK 0.04 0 0.17 0.56
HSL 75.79º 0.09% 0.41% -
HSV(B) 75.79º 0.17% 0.44% -
XYZ 14.11 15.81 12.9 -
YUV 109.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 108 113 94 0.04 0 0.17 0.56 75.79 0.09 0.41
Hex 6C 71 5E 4 0 11 38 4C 9 29
Octal 154 161 136 4 0 21 70 114 11 51
Binary 1101100 1110001 1011110 100 0 10001 111000 1001100 1001 101001

Color Harmonies of #6C715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C715E

Black with #6C715E

Text Example


Text Example

White with #6C715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,94); }

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

background-color css

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

 a { background-color: rgb(108,113,94); }

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

border-color css

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

 span { border-color: rgb(108,113,94); }

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