Html Css Color HEX #6C715B Finch

📋 copy color: '#6C715B'

red 108 ◦ green 113 ◦ blue 91

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

Shades of Finch #6C715B

Tints of Finch #6C715B

RGB

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

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

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

R = 34.62%
G = 36.22%
B = 29.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6C715B (or 0x6C715B) is known color: Finch. HEX triplet: 6C, 71 and 5B. RGB value is (108,113,91). Sum of RGB (Red+Green+Blue) = 108+113+91=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #6C715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C715B is #938EA4. Grayscale: #6D6D6D. Windows color (decimal): -9670309 or 5992812. OLE color: 5992812.

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

Color convert

RGB 108 113 91 -
CMYK 0.04 0 0.19 0.56
HSL 73.64º 0.11% 0.4% -
HSV(B) 73.64º 0.19% 0.44% -
XYZ 13.98 15.75 12.2 -
YUV 109 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 108 113 91 0.04 0 0.19 0.56 73.64 0.11 0.4
Hex 6C 71 5B 4 0 13 38 4A B 28
Octal 154 161 133 4 0 23 70 112 13 50
Binary 1101100 1110001 1011011 100 0 10011 111000 1001010 1011 101000

Color Harmonies of #6C715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C715B

Black with #6C715B

Text Example


Text Example

White with #6C715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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