Html Css Color HEX #616C6A William

📋 copy color: '#616C6A'

red 97 ◦ green 108 ◦ blue 106

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

Shades of William #616C6A

Tints of William #616C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 31.19%
G = 34.73%
B = 34.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#616C6A (or 0x616C6A) is known color: William. HEX triplet: 61, 6C and 6A. RGB value is (97,108,106). Sum of RGB (Red+Green+Blue) = 97+108+106=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 108 - color contains mainly: green. Hex color #616C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6A is #9E9395. Grayscale: #686868. Windows color (decimal): -10392470 or 6974561. OLE color: 6974561.

HSL color Cylindrical-coordinate representation of color #616C6A: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616C6A is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 106 -
CMYK 0.10 0 0.02 0.58
HSL 169.09º 0.05% 0.4% -
HSV(B) 169.09º 0.1% 0.42% -
XYZ 12.89 14.31 15.72 -
YUV 104.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 97 108 106 0.10 0 0.02 0.58 169.09 0.05 0.4
Hex 61 6C 6A A 0 2 3A A9 5 28
Octal 141 154 152 12 0 2 72 251 5 50
Binary 1100001 1101100 1101010 1010 0 10 111010 10101001 101 101000

Color Harmonies of #616C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C6A

Black with #616C6A

Text Example


Text Example

White with #616C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,108,106); }

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

background-color css

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

 a { background-color: rgb(97,108,106); }

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

border-color css

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

 span { border-color: rgb(97,108,106); }

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