Html Css Color HEX #616E6B William

📋 copy color: '#616E6B'

red 97 ◦ green 110 ◦ blue 107

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

Shades of William #616E6B

Tints of William #616E6B

RGB

 RED value IS 97 (38.28% from 255) = 30.89%

 GREEN value IS 110 (43.36% from 255) = 35.03%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 30.89%
G = 35.03%
B = 34.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#616E6B (or 0x616E6B) is known color: William. HEX triplet: 61, 6E and 6B. RGB value is (97,110,107). Sum of RGB (Red+Green+Blue) = 97+110+107=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #616E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E6B is #9E9194. Grayscale: #696969. Windows color (decimal): -10391957 or 7040609. OLE color: 7040609.

HSL color Cylindrical-coordinate representation of color #616E6B: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E6B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 110 107 -
CMYK 0.12 0 0.03 0.57
HSL 166.15º 0.06% 0.41% -
HSV(B) 166.15º 0.12% 0.43% -
XYZ 13.16 14.75 16.06 -
YUV 105.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 97 110 107 0.12 0 0.03 0.57 166.15 0.06 0.41
Hex 61 6E 6B C 0 3 39 A6 6 29
Octal 141 156 153 14 0 3 71 246 6 51
Binary 1100001 1101110 1101011 1100 0 11 111001 10100110 110 101001

Color Harmonies of #616E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E6B

Black with #616E6B

Text Example


Text Example

White with #616E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616E6B; }

 p { color: rgb(97,110,107); }

 H1.HeaderClassName
 {
   color: #616E6B;
 }
 .AnyTagClassName
 {
   color: #616E6B;
 }
</style>

background-color css

<style>
 a { background-color: #616E6B; }

 a { background-color: rgb(97,110,107); }

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

border-color css

<style>
 span { border-color: #616E6B; }

 span { border-color: rgb(97,110,107); }

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